From 6535c08e0f7ee72ed81c5019d63d301401f9f873 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 7 Apr 2009 22:51:13 +0000 Subject: [PATCH] cruft_report: Fix syntax error --- dak/cruft_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/cruft_report.py b/dak/cruft_report.py index 3c3d73cb..b2b5836e 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -168,7 +168,7 @@ def parse_nfu(architecture): f.close() else: - utils.warn("No wanna-build dump file for architecture %s", architecture) + utils.warn("No wanna-build dump file for architecture %s" % architecture) return ret ################################################################################ -- 2.39.2