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

Unified Diff: scripts/slave/cipd_bootstrap.py

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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
Index: scripts/slave/cipd_bootstrap.py
diff --git a/scripts/slave/recipe_modules/cipd/resources/bootstrap.py b/scripts/slave/cipd_bootstrap.py
similarity index 99%
copy from scripts/slave/recipe_modules/cipd/resources/bootstrap.py
copy to scripts/slave/cipd_bootstrap.py
index b4bad8328a23af629f0463b818917bab1a9e28af..75df3eb7ead42a6643e45caa500734e93a5b0b41 100644
--- a/scripts/slave/recipe_modules/cipd/resources/bootstrap.py
+++ b/scripts/slave/cipd_bootstrap.py
@@ -208,7 +208,7 @@ def main(args):
json.dump(result, f)
except Exception as e:
print 'Exception installing cipd: %s' % e
- exc_type, exc_value, exc_traceback = sys.exc_info()
+ _exc_type, _exc_value, exc_traceback = sys.exc_info()
traceback.print_tb(exc_traceback)
return 1
« no previous file with comments | « scripts/slave/cipd.py ('k') | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698