[webkit-changes] [WebKit/WebKit] 3e5207: [Win] "git-webkit pr" reports "FileNotFoundError: ...
Fujii Hironori
noreply at github.com
Mon Oct 16 13:24:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3e52075ba71d423f80d114f5fadb759e7c692db2
https://github.com/WebKit/WebKit/commit/3e52075ba71d423f80d114f5fadb759e7c692db2
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py
Log Message:
-----------
[Win] "git-webkit pr" reports "FileNotFoundError: [WinError 2] The system cannot find the file specified"
https://bugs.webkit.org/show_bug.cgi?id=258704
Reviewed by Jonathan Bedard.
'git-webkit pr' runs pre-pr checkers specifed in webkitscmpy.pre-pr
config. 'python3' is hard-coded in 'metadata/git_config_extension'
file, but Windows Python doesn't contain 'python3.exe'.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py:
If the commnad name of webkitscmpy.pre-pr config is 'python3', replace
it with sys.executable.
Canonical link: https://commits.webkit.org/269375@main
More information about the webkit-changes
mailing list