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
commit33a8fea9c81e79853b4ad2282bb87774e6f98c32 (patch)
tree03a3fc58a0d3498032c180925216c88ef60d868c /bin/support-ended.py
parent8c54e6998ad30971a416cf82d30124aa2c81b5be (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