commit:     a19faedec319a3c334f99956919a42a3727d99b3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 18:30:30 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Dec 20 16:46:05 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a19faede

gkeys/actions.py: Fix error due to sig_path not beining assigned

---
 gkeys/actions.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gkeys/actions.py b/gkeys/actions.py
index 266db0f..a224372 100644
--- a/gkeys/actions.py
+++ b/gkeys/actions.py
@@ -659,6 +659,8 @@ class Actions(object):
                         success_fetch = os.path.isfile(signature)
                     if success_fetch:
                         break
+            else:
+                sig_path = signature
             messages = []
             self.logger.info("Verifying file...")
             verified = False

Reply via email to