RESOLVED FIXED 287526
Fix `rebaselineserver.py` error message
https://bugs.webkit.org/show_bug.cgi?id=287526
Summary Fix `rebaselineserver.py` error message
Fady Farag
Reported 2025-02-11 16:16:44 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-11 16:17:16 PST
Fady Farag
Comment 2 2025-02-11 16:30:37 PST
EWS
Comment 3 2025-02-12 09:21:12 PST
Committed 290272@main (805fb3d8f602): <https://commits.webkit.org/290272@main> Reviewed commits have been landed. Closing PR #40445 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.