projects
/
gentoo-keys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a315e31
)
fix missed var renaming
author
Pavlos Ratis
<dastergon@gentoo.org>
Wed, 21 May 2014 17:39:13 +0000
(20:39 +0300)
committer
Pavlos Ratis
<dastergon@gentoo.org>
Wed, 21 May 2014 17:39:13 +0000
(20:39 +0300)
gkeys/seedhandler.py
patch
|
blob
|
history
diff --git
a/gkeys/seedhandler.py
b/gkeys/seedhandler.py
index 7f738576e28f79bab4ab2b353b3a12b6345d6550..be689906c64e36abf3011c90d7c6c820b2a44a5e 100644
(file)
--- a/
gkeys/seedhandler.py
+++ b/
gkeys/seedhandler.py
@@
-145,7
+145,7
@@
class SeedHandler(object):
self.logger.error('ERROR in keyinfo for: %s, %s'
%(keyinfo[NICK], keyinfo[NAME]))
self.logger.error(' GPGKey incorrect fingerprint ' +
- 'length (%s) for fingerprint: %s' %(len(
x), x
))
+ 'length (%s) for fingerprint: %s' %(len(
fingerprint), fingerprint
))
is_good = False
continue
if not self.fingerprint_re.match(fingerprint):