[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] fix arguments for format string



... to avoid exception during import

Signed-off-by: Torsten Werner <twerner@debian.org>
---
 dak/import_keyring.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dak/import_keyring.py b/dak/import_keyring.py
index cedd60c..f6cc7e0 100755
--- a/dak/import_keyring.py
+++ b/dak/import_keyring.py
@@ -245,7 +245,8 @@ def main():
                         session.flush()
 
                 else:
-                    print "Key %s exists in both %s and %s keyrings. Not demoting." % (oldkeyring.keyring_name,
+                    print "Key %s exists in both %s and %s keyrings. Not demoting." % (f,
+                                                                                       oldkeyring.keyring_name,
                                                                                        keyring.keyring_name)
 
     # All done!
-- 
1.5.6.5



Reply to: