Merge pull request #628 from pas256/devel
Pass through error message when repo not foundpull/4420/head
commit
ca21423c71
|
@ -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…
Reference in New Issue