From: Steven Black Date: Tue, 19 Dec 2017 04:57:02 +0000 (-0500) Subject: Fix linter complaint. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bb5d174866a50f4610e950a2a398b56788b8d101;p=stevenblack-hosts.git Fix linter complaint. --- 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.