Merge "Handle 403 forbidden on download"

This commit is contained in:
Jenkins
2016-02-29 13:04:08 +00:00
committed by Gerrit Code Review
4 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ def import_versioned_module(version, submodule=None):
def exit(msg='', exit_code=1):
if msg:
print(encodeutils.safe_decode(msg), file=sys.stderr)
print_err(msg)
sys.exit(exit_code)