From 8dee5dd96994dc36a9d8c5d0b11904a202798bd8 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 Oct 2022 11:07:52 +1100 Subject: File changed/new messages are printed in diagnostic format to make it easier to open the file. --- scripts/FileGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/FileGenerator.py') diff --git a/scripts/FileGenerator.py b/scripts/FileGenerator.py index e7b0f236d..bedb16b2f 100644 --- a/scripts/FileGenerator.py +++ b/scripts/FileGenerator.py @@ -32,7 +32,7 @@ def UpdateFile(filename, updated): newOrChanged = "New" with codecs.open(filename, "w", "utf-8") as outfile: outfile.write(updated) - print("%s %s" % (newOrChanged, filename)) + print("%s:0: %s" % (filename, newOrChanged)) # Automatically generated sections contain start and end comments, # a definition line and the results. -- cgit v1.2.3