From: funilrys Date: Wed, 15 Aug 2018 10:25:25 +0000 (+0200) Subject: Deletion of unneeded comment X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9ef1e4a1fcf753720b010cc347cb36cb9320a911;p=stevenblack-hosts.git Deletion of unneeded comment --- diff --git a/updateHostsFile.py b/updateHostsFile.py index c93c83579..50c1fca3d 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -751,7 +751,6 @@ def remove_dups_and_excl(merge_file, exclusion_regexes, output_file=None): os.makedirs(settings["outputpath"]) if output_file is None: - # Another mode is required to read and write the file in Python 3 final_file = open(path_join_robust(settings["outputpath"], "hosts"), "w+b") else: final_file = output_file