From bb5d174866a50f4610e950a2a398b56788b8d101 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 18 Dec 2017 23:57:02 -0500 Subject: [PATCH] Fix linter complaint. --- updateHostsFile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/updateHostsFile.py b/updateHostsFile.py index 0025332e3..9b6302ec9 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -545,6 +545,7 @@ def jsonarray(json_array_string): hostlines = "127.0.0.1 " + "\n127.0.0.1 ".join(temp_list) return hostlines + def update_all_sources(source_data_filename, host_filename): """ Update all host files, regardless of folder depth.