[Secure-testing-commits] r42209 - bin

Guido Guenther agx at moszumanska.debian.org
Wed Jun 1 06:40:51 UTC 2016


Author: agx
Date: 2016-06-01 06:40:50 +0000 (Wed, 01 Jun 2016)
New Revision: 42209

Modified:
   bin/support-ended.py
Log:
bin/support-ended.py: properly format error message

Modified: bin/support-ended.py
===================================================================
--- bin/support-ended.py	2016-06-01 06:12:23 UTC (rev 42208)
+++ bin/support-ended.py	2016-06-01 06:40:50 UTC (rev 42209)
@@ -59,7 +59,7 @@
     pattern = "security-support-ended.deb*"
     lists = glob.glob(os.path.join(dir, pattern))
     if not lists:
-        raise Exception("No lists matching %s found in %s", (pattern, dir))
+        raise Exception("No lists matching %s found in %s" % (pattern, dir))
 
     end = datetime.datetime.today() + datetime.timedelta(days=days) if days else None
 




More information about the Secure-testing-commits mailing list