summaryrefslogtreecommitdiffstats
path: root/bin/support-ended.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-06-01 06:40:50 +0000
committerGuido Günther <agx@sigxcpu.org>2016-06-01 06:40:50 +0000
commit225981136fcedec76fa487d2312d641abf924a56 (patch)
treee154084b185a2789bbe9565fc696ae39f14efb86 /bin/support-ended.py
parentc2b3caedb2888b7ba92d9b14440a3eca2108693c (diff)
bin/support-ended.py: properly format error message
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@42209 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/support-ended.py')
-rwxr-xr-xbin/support-ended.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/support-ended.py b/bin/support-ended.py
index 4a666160d9..bc77687571 100755
--- a/bin/support-ended.py
+++ b/bin/support-ended.py
@@ -59,7 +59,7 @@ def find_releases(pkg, dir, days):
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy