]> git.decadent.org.uk Git - dak.git/commitdiff
Fixes
authorJoerg Jaspert <joerg@debian.org>
Tue, 14 Apr 2009 22:57:38 +0000 (00:57 +0200)
committerJoerg Jaspert <joerg@debian.org>
Tue, 14 Apr 2009 22:57:38 +0000 (00:57 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/process_new.py
dak/queue_report.py

index a4cb01713f6ee7dabd5bd2fe31809186206a2128..7a7b6fdbfa8b6e58592ae2bb40a92f33342d1ad6 100755 (executable)
@@ -220,7 +220,7 @@ def sort_changes(changes_files):
             mtime = os.stat(d["filename"])[stat.ST_MTIME]
             if mtime < oldest:
                 oldest = mtime
-            have_note += (database.has_new_comment(d["source"], d["version"])
+            have_note += (database.has_new_comment(d["source"], d["version"]))
         per_source[source]["oldest"] = oldest
         if not have_note:
             per_source[source]["note_state"] = 0; # none
index 341e0ff36700f45d47c3e68be8940efa39cb2646..a4bcea0fbda39303bd0bd37d3701b050f94379f4 100755 (executable)
@@ -329,7 +329,7 @@ def process_changes_files(changes_files, type, log):
             else:
                 if mtime < oldest:
                     oldest = mtime
-            have_note += (database.has_new_comment(d["source"], d["version"])
+            have_note += (database.has_new_comment(d["source"], d["version"]))
         per_source[source]["oldest"] = oldest
         if not have_note:
             per_source[source]["note_state"] = 0; # none