From 873cb4c0d41aaf1e3e95289d710002c9e0aff985 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sun, 7 Feb 2016 19:25:32 -0500 Subject: [PATCH] Split long code line. --- updateHostsFile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: