Skip to content
Snippets Groups Projects
Commit eeb8b942 authored by anarcat's avatar anarcat
Browse files

make sure ui calling sequence is correct in sign_key

parent 96d41cf9
Branches
Tags
No related merge requests found
...@@ -298,6 +298,8 @@ work. ...@@ -298,6 +298,8 @@ work.
keys = self.tmpkeyring.get_keys(self.pattern) keys = self.tmpkeyring.get_keys(self.pattern)
# this shouldn't happen unless caller forgot to call copy_secrets
assert(keys is not None)
self.log(_('found %d keys matching your request') % len(keys)) self.log(_('found %d keys matching your request') % len(keys))
for key in keys: for key in keys:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment