Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build.py

Issue 29630090: Issue 6139 - Update buildtools dependency to revision d9e8c5035624 (Closed)
Patch Set: Created Dec. 4, 2017, 3:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
diff --git a/build.py b/build.py
index 8501ed1d2d3ddf6d7f04cb4497c66a08df909fae..83f9860eeee278d0ba7379f2261c2c51c98f8738 100755
--- a/build.py
+++ b/build.py
@@ -15,4 +15,4 @@ except subprocess.CalledProcessError as e:
print >>sys.stderr, "Failed to ensure dependencies being up-to-date!"
import buildtools.build
-buildtools.build.processArgs(BASE_DIR, sys.argv)
+buildtools.build.process_args(BASE_DIR)
« no previous file with comments | « README.md ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld