Skip to content
Snippets Groups Projects
Commit 712ca88d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't log gpg passphrase to debug output. Fixes #7035

parent 8eadb358
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ def _write_passphrase(stream, passphrase, encoding):
passphrase = '%s\n' % passphrase
passphrase = passphrase.encode(encoding)
stream.write(passphrase)
logger.debug("Wrote passphrase: %r", passphrase)
logger.debug("Passphrase written")
def _is_sequence(instance):
return isinstance(instance,list) or isinstance(instance,tuple)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment