Skip to content

Commit 38cf8d5

Browse files
committed
print(foo) instead of print foo
1 parent e79097c commit 38cf8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault_from_gpg_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_passphrase(gpg_agent, my_path, cache_id):
5050
else:
5151
# You'll get an exception here if we get anything we didn't expect.
5252
passphrase = stdout[3:-1].decode("hex")
53-
print passphrase
53+
print(passphrase)
5454

5555

5656
def clear_passphrase(gpg_agent, cache_id):

0 commit comments

Comments
 (0)