Commit ca21423c by Michael DeHaan

Merge pull request #628 from pas256/devel

Pass through error message when repo not found
parents f1148fc2 5e35cd64
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment