[Webkit-unassigned] [Bug 242972] New: Fix webkitpy error: 'NoneType' object has no attribute 'handle_script_error'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 17:59:06 PDT 2022


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

            Bug ID: 242972
           Summary: Fix webkitpy error: 'NoneType' object has no attribute
                    'handle_script_error'
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

Noticed this error while webkitbot was trying to revert old commit (containing changelog).

Traceback (most recent call last):
  File "/var/lib/webkitbot/BotWebKit/Tools/Scripts/webkit-patch", line 80, in <module>
    main()
  File "/var/lib/webkitbot/BotWebKit/Tools/Scripts/webkit-patch", line 75, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/var/lib/webkitbot/BotWebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/var/lib/webkitbot/BotWebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/var/lib/webkitbot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File "/var/lib/webkitbot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 85, in run_and_handle_errors
    command.handle_script_error(tool, state, e)
AttributeError: 'NoneType' object has no attribute 'handle_script_error'

-- 
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/20220721/1a78e925/attachment.htm>


More information about the webkit-unassigned mailing list