Pass through error message when repo not found

pull/628/head
Peter Sankauskas 12 years ago
parent f1148fc26d
commit 5e35cd6466

@ -190,7 +190,7 @@ else:
# handle errors from clone or pull
if out.find('error') != -1:
if out.find('error') != -1 or err.find('ERROR') != -1:
fail_json(out=out, err=err)
# switch to version specified regardless of whether

Loading…
Cancel
Save