[webkit-changes] [WebKit/WebKit] 58d744: [webkitpy] Fix undefined variable 'self' after 261...

Diego Pino noreply at github.com
Thu Mar 9 06:02:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 58d744e9d380f951f0c68f1c62989ca4b38d77a1
      https://github.com/WebKit/WebKit/commit/58d744e9d380f951f0c68f1c62989ca4b38d77a1
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py

  Log Message:
  -----------
  [webkitpy] Fix undefined variable 'self' after 261389 at main
https://bugs.webkit.org/show_bug.cgi?id=253602

Reviewed by Adrian Perez de Castro.

Cannot call 'self.__port_obj' since variable 'self' doesn't exist in
context. Use local variable 'port_obj' instead.

* Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py:
(wpt_config_json):

Canonical link: https://commits.webkit.org/261426@main




More information about the webkit-changes mailing list