mirror of
https://github.com/OMGeeky/andors-trail-utils.git
synced 2026-01-06 19:49:43 +01:00
comment out testing code
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user