| Summary: | Fix webkitpy error: 'NoneType' object has no attribute 'handle_script_error' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aakash_jain, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/2615 Committed 252690@main (0eeb2156b943): <https://commits.webkit.org/252690@main> Reviewed commits have been landed. Closing PR #2615 and removing active labels. |
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'