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

encrypt must return 2 values.

parent 94d14d6a
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ else:
def encrypt(self, str, recipients):
if not USE_GPG:
return str
return str, 'GnuPG not usable'
self.options.recipients = recipients # a list!
proc = self.run(['--encrypt'], create_fhs=['stdin', 'stdout',
......
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