diff --git a/gettools.py b/gettools.py index a883c4c..470be1a 100755 --- a/gettools.py +++ b/gettools.py @@ -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()