From: Frank Lichtenheld Date: Tue, 7 Apr 2009 22:51:13 +0000 (+0000) Subject: cruft_report: Fix syntax error X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6535c08e0f7ee72ed81c5019d63d301401f9f873;p=dak.git cruft_report: Fix syntax error --- 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 ################################################################################