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

Unified Diff: scripts/slave/compile.py

Issue 2175253002: declare exit_status before try (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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: scripts/slave/compile.py
diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py
index bb727763e89e158179aeaf9a2332199f7e95b163..0447b7f9ccbdcfec19d512dcef8ededbdf6f7c0f 100755
--- a/scripts/slave/compile.py
+++ b/scripts/slave/compile.py
@@ -400,6 +400,8 @@ def main_ninja(options, args, env):
"""
+ exit_status = -1
+
try:
print 'chdir to %s' % options.src_dir
os.chdir(options.src_dir)
« 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