This commit is contained in:
deadsmond 2019-12-03 13:56:16 +01:00
parent 17a1c88a68
commit 09c0d10197

View File

@ -54,6 +54,6 @@ shutil.copy(
sys.argv[1].replace('.arg', '.txt')
)
with open(sys.argv[1].replace('.arg', '.txt'), 'r') as f:
with open(sys.argv[1], 'r') as f:
for line in f:
print(str(line))