aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gkeys/gkeys/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 2fe29fb..fd92a77 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -832,6 +832,7 @@ class Actions(ActionBase):
fetcher = Fetch(self.logger)
success, msgs = fetcher.fetch_url(url, filepath, signature, timestamp_path=timestamp_path,
climit=climit)
+ sig_path = fetcher.sig_path
messages.extend(msgs)
elif signature is not None and os.path.exists(signature):
sig_path = signature