Removed sys.exit()

This commit is contained in:
Franco Gagliardi
2015-11-15 16:19:53 -03:00
parent 0b0988eeef
commit cdaffa0202
-1
View File
@@ -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"):