[Webkit-unassigned] [Bug 28251] New: bugzilla-tool, unable to create a bug.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 03:16:34 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28251

           Summary: bugzilla-tool, unable to create a bug.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.maxime at gmail.com


With this command:
bugzilla-tool create-bug --cc=leavengood at gmail.com,pkasting at google.com
--component="WebCore Misc."
and after filling the "Bug title" and "Bug comment" fields,
bugzilla-tool raised an exception, line 568, in
prompt_for_bug_title_and_comment.

Here is the Tracback:
  File "/Volumes/Haiku/WebKit/WebKitTools/Scripts/bugzilla-tool", line 725, in
<module>
    main()
  File "/Volumes/Haiku/WebKit/WebKitTools/Scripts/bugzilla-tool", line 722, in
main
    return tool.main()
  File "/Volumes/Haiku/WebKit/WebKitTools/Scripts/bugzilla-tool", line 717, in
main
    return command_object.execute(command_options, command_args, self)
  File "/Volumes/Haiku/WebKit/WebKitTools/Scripts/bugzilla-tool", line 578, in
execute
    self.create_bug_from_patch(options, args, tool)
  File "/Volumes/Haiku/WebKit/WebKitTools/Scripts/bugzilla-tool", line 545, in
create_bug_from_patch
    (bug_title, comment_text) = self.prompt_for_bug_title_and_comment()
  File "/Volumes/Haiku/WebKit/WebKitTools/Scripts/bugzilla-tool", line 568, in
prompt_for_bug_title_and_comment
    raise
TypeError: exceptions must be classes, instances, or strings (deprecated), not
NoneType

For information, I use Python 2.5.1 under Mac OSX 10.5.

-- 
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