added dummy variables when extracting output from gpg command
Co-authored-by: Felix Fontein <felix@fontein.de>pull/743/head
parent
f47bb9520a
commit
f28ca9cb93
|
@ -327,7 +327,7 @@ def generate_keypair(
|
|||
EOF
|
||||
"""
|
||||
|
||||
_, stdout, _ = gpg_runner.run_command([
|
||||
dummy, stdout, dummy2 = gpg_runner.run_command([
|
||||
f'{"dry-run" if check_mode else ""}',
|
||||
'--batch',
|
||||
'--log-file',
|
||||
|
|
Loading…
Reference in New Issue