Removed sys.exit()
authorFranco Gagliardi <redacted>
Sun, 15 Nov 2015 19:19:53 +0000 (16:19 -0300)
committerFranco Gagliardi <redacted>
Sun, 15 Nov 2015 19:19:53 +0000 (16:19 -0300)
updateHostsFile.py

index ce64d9004f5258b6b22df52fbc99eb74f9596167..91d1f746400f9ae2bbbad35a4b077e5857d0382d 100755 (executable)
@@ -109,7 +109,6 @@ def promptForUpdate():
                        file = open(os.path.join(BASEDIR_PATH, 'hosts'), 'w+').close()
                except:
                        printFailure("ERROR: No 'hosts' file in the folder, try creating one manually")
-                       sys.exit()
        
        response = query_yes_no("Do you want to update all data sources?")
        if (response == "yes"):
git clone https://git.99rst.org/PROJECT