we first try to use GnuPG-Agent if it is available
This commit is contained in:
parent
829fb64dea
commit
61d86fdaac
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ else:
|
|||
self.options.extra_args.append('--no-secmem-warning')
|
||||
# Nolith's patch - prevent crashs on non fully-trusted keys
|
||||
self.options.extra_args.append('--always-trust')
|
||||
# Try to use agent if it is available
|
||||
self.options.extra_args.append('--use-agent')
|
||||
|
||||
def _read_response(self, child_stdout):
|
||||
# Internal method: reads all the output from GPG, taking notice
|
||||
|
|
Loading…
Add table
Reference in a new issue