RESOLVED FIXED262421
[update-test-expectations-from-bugzilla] don't use parse_known_args
https://bugs.webkit.org/show_bug.cgi?id=262421
Summary [update-test-expectations-from-bugzilla] don't use parse_known_args
Sam Sneddon [:gsnedders]
Reported 2023-09-29 17:49:42 PDT
Similar to bug 259750, we should be using parse_args and not parse_known_args unless we have a very strong reason to use the latter. As it is, we reimplement our own argument validation here which is just… silly.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-29 17:50:07 PDT
Sam Sneddon [:gsnedders]
Comment 2 2023-09-29 18:08:15 PDT
EWS
Comment 3 2023-10-02 11:37:53 PDT
Committed 268738@main (5610a2924300): <https://commits.webkit.org/268738@main> Reviewed commits have been landed. Closing PR #18453 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.