From: Steven Black Date: Tue, 10 Nov 2015 04:10:42 +0000 (-0500) Subject: Why list the local data file name. I don't get it. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=845bad283a7abdd5e9d3f8f553b63ae9a062a50f;p=stevenblack-hosts.git Why list the local data file name. I don't get it. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 0aeed0e61..ea5a5130f 100755 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -199,9 +199,7 @@ def createInitialFile(): for source in SOURCES: curFile = open(os.path.join(DATA_PATH, source, DATA_FILENAMES), 'r') #Done in a cross-python way - writeData(mergeFile, '\n# Begin ' + source + '\n') writeData(mergeFile, curFile.read()) - writeData(mergeFile, '\n# End ' + source + '\n') return mergeFile