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
commitb6ba2402ea8593bf0d0aba84c11afd414dc611ef (patch)
tree970329c41247651690e153abd891456b78c34ad1 /bin/support-ended.py
parent5a7ec98bb5e03c0868b465ec32176988c6a6e372 (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