projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b44e01d
)
Aw, [] can't take *args/**kwargs things.
author
Chris Lamb
<lamby@debian.org>
Wed, 28 Oct 2009 19:51:41 +0000
(19:51 +0000)
committer
Chris Lamb
<lamby@debian.org>
Wed, 28 Oct 2009 19:51:41 +0000
(19:51 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/queue.py
patch
|
blob
|
history
diff --git
a/daklib/queue.py
b/daklib/queue.py
index ff1c51d12fd45920d9303d8c3a0254343355381a..03b5e6b9f7453a0206ee79d5a31693e6fe2e2095 100755
(executable)
--- a/
daklib/queue.py
+++ b/
daklib/queue.py
@@
-1269,7
+1269,9
@@
class Upload(object):
def log(*txt):
if self.logger:
- self.logger.log([self.pkg.changes_file, "check_lintian", *txt])
+ args = [self.pkg.changes_file, "check_lintian"]
+ args.extend(txt)
+ self.logger.log(args)
# We have output of lintian, this package isn't clean. Lets parse it and see if we
# are having a victim for a reject.