From d881a32db367dd1ea7a74ba11465a12741afb2e7 Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Fri, 13 Mar 2009 12:32:23 -0400 Subject: [PATCH] oops reject still broken Signed-off-by: Mike O'Connor --- daklib/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/binary.py b/daklib/binary.py index 52904102..484c68c3 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') -- 2.39.2