Ingnore humanized

This commit is contained in:
amcmanu3 2024-07-23 22:06:24 -04:00
parent 0ed296adc6
commit f7a4c9505f

View File

@ -44,6 +44,7 @@ def main():
if ( if (
"_incomplete" not in file "_incomplete" not in file
and file != "en_EN.json" and file != "en_EN.json"
and file != "humanized_index.json"
and file.endswith(".json") and file.endswith(".json")
): ):
file_path = os.path.join(root, file) file_path = os.path.join(root, file)