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

Unified Diff: build.py

Issue 6018170477346816: 1588 - Integrate ensure_dependencies.py with the adblockplus repository (Closed)
Patch Set: 1588 - Integrate ensure_dependencies.py with the adblockplus repository Created Nov. 21, 2014, 3:43 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
===================================================================
--- a/build.py
+++ b/build.py
@@ -8,8 +8,8 @@
try:
subprocess.check_call(["python", DEPENDECY_SCRIPT])
except subprocess.CalledProcessError as e:
- print e
- print "Failed to ensure dependencies being up-to-date!"
+ print >>sys.stderr, str(e)+'\n'
+ print >>sys.stderr,"Failed to ensure dependencies being up-to-date!"+'\n'
import buildtools.build
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld