From: Joerg Jaspert Date: Sat, 4 Sep 2010 09:44:46 +0000 (+0200) Subject: Fixup, its len(q) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7deb1e18b7e61f77b13fbc926c31d575ee5fc6b5;p=dak Fixup, its len(q) Signed-off-by: Joerg Jaspert --- diff --git a/dak/control_suite.py b/dak/control_suite.py index aac6d717..b862e215 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -136,7 +136,7 @@ def britney_changelog(packages, suite, session): brit.write("\n") brit.write("%s\n" % u[1]) pu = u[0] - if len(u): brit.write("\n\n\n") + if len(q): brit.write("\n\n\n") for p in list(set(old.keys()).difference(current.keys())): brit.write("REMOVED: %s %s\n" % (p, old[p]))