Split long code line.
authorSteven Black <redacted>
Mon, 8 Feb 2016 00:25:32 +0000 (19:25 -0500)
committerSteven Black <redacted>
Mon, 8 Feb 2016 00:25:32 +0000 (19:25 -0500)
updateHostsFile.py

index 5fb1de0d1711cb73afbae368c3150ba555949462..ffe0a431c6b5f9a5c416378b4b7f2637c6822818 100644 (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:
git clone https://git.99rst.org/PROJECT