Bug 185291 - Use subprocess.call instead of os.system to handle path with spaces
Summary: Use subprocess.call instead of os.system to handle path with spaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-03 21:37 PDT by Yusuke Suzuki
Modified: 2018-05-03 22:29 PDT (History)
8 users (show)

See Also:


Attachments
Patch (4.08 KB, patch)
2018-05-03 21:37 PDT, Yusuke Suzuki
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2018-05-03 21:37:11 PDT
Use subprocess.call instead of os.system to handle path with spaces
Comment 1 Yusuke Suzuki 2018-05-03 21:37:53 PDT
Created attachment 339518 [details]
Patch
Comment 2 Yusuke Suzuki 2018-05-03 22:28:17 PDT
Committed r231346: <https://trac.webkit.org/changeset/231346>
Comment 3 Yusuke Suzuki 2018-05-03 22:28:42 PDT
Thanks for your review!
Comment 4 Radar WebKit Bug Importer 2018-05-03 22:29:33 PDT
<rdar://problem/39967056>