Split long code line.

This commit is contained in:
Steven Black
2016-02-07 19:25:32 -05:00
parent 066ae7893c
commit 873cb4c0d4
+2 -1
View File
@@ -133,7 +133,8 @@ def promptForMoreCustomExclusions():
return False
def promptForMove(finalFile):
response = query_yes_no("Do you want to replace your existing hosts file with the newly generated file?")
response = query_yes_no("Do you want to replace your existing hosts file " +
"with the newly generated file?")
if response == "yes":
moveHostsFileIntoPlace(finalFile)
else: