comment out testing code

This commit is contained in:
OMGeeky
2024-09-12 18:45:24 +02:00
parent 81b6717a4a
commit d432536714

View File

@@ -180,8 +180,11 @@ def main():
print(f"file is not a tmx: {arg}")
continue
file = f"{arg}.altered.tmx"
shutil.copy(arg, file)
file = arg
# for testing uncomment these 2 lines
# file = f"{arg}.altered.tmx"
# shutil.copy(arg, file)
remove_duplicate_usages(file)