Bug 221220 - [webkitscmpy] Use shutil to find scm executable paths
Summary: [webkitscmpy] Use shutil to find scm executable paths
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-01 11:29 PST by Don Olmstead
Modified: 2021-02-01 13:25 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.75 KB, patch)
2021-02-01 11:43 PST, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2021-02-01 11:29:26 PST
Calling /usr/bin/which isn't possible on Windows. Python 3 has https://docs.python.org/3/library/shutil.html#shutil.which
Comment 1 Don Olmstead 2021-02-01 11:43:39 PST
Created attachment 418906 [details]
Patch
Comment 2 EWS 2021-02-01 13:24:45 PST
Committed r272172: <https://trac.webkit.org/changeset/272172>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418906 [details].
Comment 3 Radar WebKit Bug Importer 2021-02-01 13:25:15 PST
<rdar://problem/73843397>