[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 06/23] An empty output is handled fine.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/queue.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index da7f5a2..f52fe36 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -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))
-- 
1.6.3.3



Reply to: