added dummy variables when extracting output from gpg command

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/743/head
Austin Lucas Lake 2024-05-01 12:18:22 -07:00 committed by GitHub
parent f47bb9520a
commit f28ca9cb93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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',