Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: gclient.py

Issue 7795061: Remove gclient_utils.Popen() usage from gclient.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index 69b524c3233ee034a0d7ddcc78141097e1d0c591..ef77cd4b73cc13fe352bc5d7afad2da9fdb17388 100644
--- a/gclient.py
+++ b/gclient.py
@@ -1000,7 +1000,7 @@ def CMDrecurse(parser, args):
env['GCLIENT_SCM'] = scm
if url:
env['GCLIENT_URL'] = url
- gclient_utils.Popen(args, cwd=cwd, env=env).communicate()
+ subprocess2.call(args, cwd=cwd, env=env)
return 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698