Added a missing return instruction in case of error

This commit is contained in:
paolo-projects 2019-09-27 19:32:09 +02:00 committed by Paolo
parent 68f5f9d9e1
commit 994e8bd3fa

View File

@ -146,6 +146,7 @@ def main():
urlretrieve(urlcoretar, convertpath(dest + '/tools/com.vmware.fusion.zip.tar'), reporthook)
except:
print('Couldn\'t find tools')
return
print()