]> git.decadent.org.uk Git - dak.git/commitdiff
An empty output is handled fine.
authorChris Lamb <lamby@debian.org>
Sat, 31 Oct 2009 09:43:16 +0000 (09:43 +0000)
committerChris Lamb <lamby@debian.org>
Sat, 31 Oct 2009 23:00:12 +0000 (23:00 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/queue.py

index da7f5a2148acfd52c27a5fd79215833d5a6be541..f52fe3638eab71f153634348a431d58b540711cf 100755 (executable)
@@ -1311,9 +1311,6 @@ class Upload(object):
             utils.warn("lintian failed for %s [return code: %s]." % (self.pkg.changes_file, result))
             utils.warn(utils.prefix_multi_line_string(output, " [possible output:] "))
 
-        if len(output) == 0:
-            return
-
         def log(*txt):
             if self.logger:
                 self.logger.log([self.pkg.changes_file, "check_lintian"] + list(txt))