From d0ef985c989eeb0671acd82159189c7140c1b75a Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 31 Oct 2009 09:43:16 +0000 Subject: [PATCH] An empty output is handled fine. Signed-off-by: Chris Lamb --- daklib/queue.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/daklib/queue.py b/daklib/queue.py index da7f5a21..f52fe363 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)) -- 2.39.2