Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 805fb3d8f602edd6bc46d3151e8acb738f1ff0e2
      
https://github.com/WebKit/WebKit/commit/805fb3d8f602edd6bc46d3151e8acb738f1ff0e2
  Author: Fady Farag <[email protected]>
  Date:   2025-02-12 (Wed, 12 Feb 2025)

  Changed paths:
    M Tools/Scripts/webkitpy/tool/servers/rebaselineserver.py

  Log Message:
  -----------
  Fix `rebaselineserver.py` error message
https://bugs.webkit.org/show_bug.cgi?id=287526
rdar://problem/144650722

Reviewed by Jonathan Bedard.

When running command `webkit-patch rebaseline-server 
WebKitBuild/Release/layout-test-results/`,
 I get the following error message:
`TypeError: descriptor '__init__' requires a 'super' object but received a 
'tuple'`

We need to first obtain a proper super object and then call its' `init` method.

* Tools/Scripts/webkitpy/tool/servers/rebaselineserver.py:
(RebaselineHTTPServer.__init__):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to