This commit is contained in:
deadsmond 2019-12-03 13:49:02 +01:00
parent 05bc8422a1
commit cee1d55939

View File

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