mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-28 08:24:23 +02:00
Added a missing return instruction in case of error
This commit is contained in:
parent
b79001bfcc
commit
6161d78304
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user