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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 10:20:31 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org,
                   |                            |eric at webkit.org




--- Comment #1 from Eric Seidel <eric at webkit.org>  2009-10-21 10:20:28 PDT ---
I just hit this too.

eseidel-mac [16063:WebKitTools]% bugzilla-tool create-bub                      
                                                
[~/Projects/WebKit/WebKitTools]
Usage: bugzilla-tool [options] command [command-options] [command-arguments]

bugzilla-tool: error: create-bub is not a recognized command

Type 'bugzilla-tool --help' to see usage.
eseidel-mac [16064:WebKitTools]% bugzilla-tool create-bug                      
                                                
[~/Projects/WebKit/WebKitTools]
Bug title: bugzilla-tool's "patch failed to download an apply" error should
give more information
Bug comment (hit ^D on blank line to end):
bugzilla-tool's "patch failed to download an apply" error should give more
information

https://bugs.webkit.org/show_bug.cgi?id=30435#c9 is one of numerous examples.
Traceback (most recent call last):
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
921, in <module>
    main()
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
918, in main
    return tool.main()
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
913, in main
    return command_object.execute(command_options, command_args, self)
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
635, in execute
    self.create_bug_from_patch(options, args, tool)
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
602, in create_bug_from_patch
    (bug_title, comment_text) = self.prompt_for_bug_title_and_comment()
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
625, in prompt_for_bug_title_and_comment
    raise
TypeError: exceptions must be classes, instances, or strings (deprecated), 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