[Webkit-unassigned] [Bug 28158] New: create-bug throws an exception if --cc is not specified
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 10 11:48:44 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28158
Summary: create-bug throws an exception if --cc is not
specified
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
Adam Roben (aroben) <aroben at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34493| |review?
Flag| |
Created an attachment (id=34493)
--> (https://bugs.webkit.org/attachment.cgi?id=34493)
Patch v1
To reproduce:
1. bugzilla-tool create-bug
After filling in all the appropriate information, an exception is thrown:
Traceback (most recent call last):
File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 690, in
<module>
main()
File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 687, in
main
return tool.main()
File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 682, in
main
return command_object.execute(command_options, command_args, self)
File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 543, in
execute
self.create_bug_from_patch(options, args, tool)
File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 522, in
create_bug_from_patch
bug_id = tool.bugs.create_bug_with_patch(bug_title, comment_text,
options.component, diff_file, "Patch v1", cc=options.cc,
mark_for_review=options.review)
File
"/cygdrive/h/cyghome/dev/WebKit/OpenSource/WebKitTools/Scripts/modules/bugzilla.py",
line 307, in create_bug_with_patch
self.browser['cc'] = cc
File
"/usr/lib/python2.5/site-packages/ClientForm-0.2.10-py2.5.egg/ClientForm.py",
line 2897, in __setitem__
File
"/usr/lib/python2.5/site-packages/ClientForm-0.2.10-py2.5.egg/ClientForm.py",
line 1336, in __setattr__
TypeError: must assign a string
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list