Bug 27962 - Exception in land-patches
Summary: Exception in land-patches
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 16:49 PDT by Eric Seidel (no email)
Modified: 2009-08-11 11:27 PDT (History)
0 users

See Also:


Attachments
Patch v1 (4.23 KB, patch)
2009-08-11 11:24 PDT, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-08-03 16:49:04 PDT
Traceback (most recent call last):
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line 663, in <module>
    main()
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line 660, in main
    return tool.main()
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line 655, in main
    return command_object.execute(command_options, command_args, self)
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line 349, in execute
    self.land_patches(bug_id, bugs_to_patches[bug_id], options, tool)
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line 329, in land_patches
    error(e)
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/logging.py", line 38, in error
    log("ERROR: " + string)
TypeError: cannot concatenate 'str' and 'ScriptError' objects

programmer error.
Comment 1 Eric Seidel (no email) 2009-08-11 11:24:10 PDT
Created attachment 34578 [details]
Patch v1
Comment 2 Darin Adler 2009-08-11 11:26:34 PDT
Comment on attachment 34578 [details]
Patch v1

rs=me
Comment 3 Eric Seidel (no email) 2009-08-11 11:27:53 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	C	WebKitTools/Scripts/run-webkit-unittests => WebKitTools/Scripts/modules/logging_unittest.py
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/modules/logging.py
	M	WebKitTools/Scripts/run-webkit-unittests
Committed r47040
	M	WebKitTools/ChangeLog
	A	WebKitTools/Scripts/modules/logging_unittest.py
	M	WebKitTools/Scripts/modules/logging.py
	M	WebKitTools/Scripts/run-webkit-unittests
r47040 = 9ed18775ec0ae3c5667b23995d10b1874c1c65fe (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/47040