From: Franco Gagliardi Date: Sun, 15 Nov 2015 19:19:53 +0000 (-0300) Subject: Removed sys.exit() X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cdaffa0202f55db67ef938e80d3541ca3d389f9d;p=stevenblack-hosts.git Removed sys.exit() --- diff --git a/updateHostsFile.py b/updateHostsFile.py index ce64d9004..91d1f7464 100755 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -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"):