Chromoting Linux host: Replace subprocess.Popen() with subprocess.call()
subprocess.call() is documented as accepting the same arguments as subprocess.Popen(). This lets us simplify some usages. NOTRY=true Review URL: https://codereview.chromium.org/698103003 Cr-Commit-Position: refs/heads/master@{#302630}
Showing
Please register or sign in to comment