Added a missing return instruction in case of error

This commit is contained in:
paolo-projects 2019-09-27 19:32:09 +02:00
parent b79001bfcc
commit 6161d78304

View File

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