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