-
sbc authored
Use subprocess.call() rather than Popen + communicate. The shell argument to Popen defaults to False so was redundant. Use any() rather than explicit loop. Review URL: https://codereview.chromium.org/1144383002 Cr-Commit-Position: refs/heads/master@{#330854}
bf94627a