Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3e52075ba71d423f80d114f5fadb759e7c692db2
      
https://github.com/WebKit/WebKit/commit/3e52075ba71d423f80d114f5fadb759e7c692db2
  Author: Fujii Hironori <hironori.fu...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to