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

[dak/master] oops reject still broken



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 daklib/binary.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/binary.py b/daklib/binary.py
index 5290410..484c68c 100755
--- a/daklib/binary.py
+++ b/daklib/binary.py
@@ -100,7 +100,7 @@ class Binary(object):
             if result != 0:
                 rejected = True
                 self.reject("%s: 'ar t' invocation failed." % (self.filename))
-                self.reject(utils.prefix_multi_line_string(output, " [ar output:] "), "")
+                self.reject(utils.prefix_multi_line_string(output, " [ar output:] "))
             self.chunks = output.split('\n')
 
 
-- 
1.5.6.5


Reply to: