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

patch from Nolith to prevent a crash when the GPG key is not fully-trusted

parent 4de519ba
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ else:
self.options.armor = 1
self.options.meta_interactive = 0
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')
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