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

Unified Diff: build.py

Issue 29622588: Issue 6103 - Use new buildtools.build interface and fixed uncommited changes warning (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Patch Set: Created Nov. 28, 2017, 2:45 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 | « no previous file | ensure_dependencies.py » ('j') | ensure_dependencies.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
===================================================================
--- a/build.py
+++ b/build.py
@@ -15,4 +15,4 @@
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 | « no previous file | ensure_dependencies.py » ('j') | ensure_dependencies.py » ('J')

Powered by Google App Engine
This is Rietveld