'hm'
This commit is contained in:
parent
05bc8422a1
commit
cee1d55939
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user