| 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
|
|
|
|
|