We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79097c commit 38cf8d5Copy full SHA for 38cf8d5
vault_from_gpg_agent.py
@@ -50,7 +50,7 @@ def get_passphrase(gpg_agent, my_path, cache_id):
50
else:
51
# You'll get an exception here if we get anything we didn't expect.
52
passphrase = stdout[3:-1].decode("hex")
53
- print passphrase
+ print(passphrase)
54
55
56
def clear_passphrase(gpg_agent, cache_id):
0 commit comments