From c59297796c861eb785e6822a4be5ae9bf93b99bb Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 3 Jul 2024 19:25:58 +0200 Subject: [PATCH] Update makeHeader.py --- makeHeader.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makeHeader.py b/makeHeader.py index 5edbe9b..c90f444 100644 --- a/makeHeader.py +++ b/makeHeader.py @@ -49,7 +49,6 @@ def process(file_path, json=''): match = regex.search(line) if match: json_path = match.group(4).strip() - # NOT DONE if json == '' or json.replace('\\', '/').replace("./", '') in json_path: variant = match.group(1).strip() dateCode = match.group(3).strip() @@ -73,4 +72,4 @@ if __name__ == "__main__": exit("Usage: python makeHeader.py <(optional)json_path>") entries, count = process("SUPPORTED.md", json_path) - print(f"\nUpdated {entries} entrie(s) over {count} file(s)") \ No newline at end of file + print(f"\nUpdated {entries} entrie(s) over {count} file(s)")