]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
Fix comment of cron.daily (copy and paste from cron.monthly)
[dak.git] / dak / control_suite.py
index aac6d717691dc9ea4c3940b5bfe1724cde158841..9eb8ae22ce379f6465d04a940ff2449a112606e1 100755 (executable)
@@ -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 q.rowcount: brit.write("\n\n\n")
 
     for p in list(set(old.keys()).difference(current.keys())):
         brit.write("REMOVED: %s %s\n" % (p, old[p]))