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