From: Steven Black Date: Mon, 8 Feb 2016 00:25:32 +0000 (-0500) Subject: Split long code line. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=873cb4c0d41aaf1e3e95289d710002c9e0aff985;p=stevenblack-hosts.git Split long code line. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 5fb1de0d1..ffe0a431c 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -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: