mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-24 14:20:09 +01:00
Split long code line.
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user