commit:     d2b30942d665fd5a79cef5a933904824273928e7
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  5 17:49:59 2018 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul  7 05:22:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=d2b30942

gkeys actions.py: Assign sig_path from fetcher

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 gkeys/gkeys/actions.py | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to