aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gkeys/gkeys/actions.py')
-rw-r--r--gkeys/gkeys/actions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index fd92a77..539ff26 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -834,6 +834,9 @@ class Actions(ActionBase):
climit=climit)
sig_path = fetcher.sig_path
messages.extend(msgs)
+ if not success:
+ self.logger.debug(_unicode("ACTIONS: _verify; File not downloaded, exiting... %s"), filepath)
+ return (False, messages)
elif signature is not None and os.path.exists(signature):
sig_path = signature
else: