[Webkit-unassigned] [Bug 275960] New: [git-webkit pr] Failing to provide a bug description terminates with ValueError

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 11:16:12 PDT 2024


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

            Bug ID: 275960
           Summary: [git-webkit pr] Failing to provide a bug description
                    terminates with ValueError
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfan2 at apple.com
                CC: webkit-bug-importer at group.apple.com

Personally, this would be much more useful if there was a warning and a retry prompt to provide a description.

Issue description: 
Traceback (most recent call last):
  File "/Users/bfan/Internal/Tools/Scripts/git-webkit", line 323, in <module>
    sys.exit(filtered_call(
  File "/Users/bfan/OpenSource/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/filtered_call.py", line 37, in filtered_call
    return function(*args, **filtered_kwargs)
  File "/Users/bfan/OpenSource/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py", line 185, in main
    return parsed.main(
  File "/Users/bfan/OpenSource/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py", line 754, in main
    branch_point = cls.pull_request_branch_point(repository, args, **kwargs)
  File "/Users/bfan/OpenSource/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py", line 267, in pull_request_branch_point
    if Branch.main(
  File "/Users/bfan/OpenSource/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py", line 159, in main
    issue = Tracker.instance().create(
  File "/Users/bfan/OpenSource/Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py", line 573, in create
    raise ValueError('Must define description to create bug')
ValueError: Must define description to create bug

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240627/4d56c53c/attachment.htm>


More information about the webkit-unassigned mailing list