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

use-agent must be use only when if the user want that

parent 597e0c16
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,6 @@ def _setup_my_options(self):
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
......
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