git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2009-11-21 Eric Seidel <eric@webkit.org>
[WebKit-https.git]
/
WebKitTools
/
Scripts
/
modules
/
commands
/
queues.py
diff --git
a/WebKitTools/Scripts/modules/commands/queues.py
b/WebKitTools/Scripts/modules/commands/queues.py
index fee7f6d7aad81fe37ebecb5262a6bf857a95530e..742affba06e7b9d32342fa3f5ac5e8603710c4ab 100644
(file)
--- a/
WebKitTools/Scripts/modules/commands/queues.py
+++ b/
WebKitTools/Scripts/modules/commands/queues.py
@@
-95,7
+95,7
@@
class AbstractQueue(Command, WorkQueueDelegate):
raise NotImplementedError, "subclasses must implement"
def run_bugzilla_tool(self, args):
raise NotImplementedError, "subclasses must implement"
def run_bugzilla_tool(self, args):
- bugzilla_tool_args = [tool.path()] + args
+ bugzilla_tool_args = [
self.
tool.path()] + args
WebKitLandingScripts.run_and_throw_if_fail(bugzilla_tool_args)
def log_progress(self, patch_ids):
WebKitLandingScripts.run_and_throw_if_fail(bugzilla_tool_args)
def log_progress(self, patch_ids):