[Webkit-unassigned] [Bug 31125] New: bugzilla-tool create-bug raises exception after entering bug description
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 4 09:45:12 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31125
Summary: bugzilla-tool create-bug raises exception after
entering bug description
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
CC: ddkilzer at webkit.org
Adam Roben (aroben) <aroben at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #42490| |review?
Flag| |
Created an attachment (id=42490)
--> (https://bugs.webkit.org/attachment.cgi?id=42490)
Patch
It looks like this:
% bugzilla-tool create-bug --cc hyatt at apple.com,sam at webkit.org HEAD
Bug title: Tell the WebFrameLoadDelegate when window objects in isolated worlds
are cleared
Bug comment (hit ^D on blank line to end):
We should tell the WebFrameLoadDelegate when window objects in isolated worlds
are cleared so that they can modify the objects as needed.
Traceback (most recent call last):
File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool",
line 917, in <module>
main()
File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool",
line 914, in main
return tool.main()
File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool",
line 909, in main
return command_object.execute(command_options, command_args, self)
File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool",
line 636, in execute
self.create_bug_from_commit(options, args, tool)
File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool",
line 583, in create_bug_from_commit
(bug_title, comment_text) = self.prompt_for_bug_title_and_comment()
File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool",
line 628, in prompt_for_bug_title_and_comment
raise
TypeError: exceptions must be classes or instances, not NoneType
--
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