This commit is contained in:
deadsmond 2019-12-03 13:59:12 +01:00
parent c72778b2de
commit 7f874bf8ab

View File

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