'hm'
This commit is contained in:
parent
cee1d55939
commit
8a772198d1
@ -57,5 +57,8 @@ shutil.copy(
|
|||||||
|
|
||||||
f = open(sys.argv[1].replace('.arg', '.txt'), 'r')
|
f = open(sys.argv[1].replace('.arg', '.txt'), 'r')
|
||||||
|
|
||||||
|
print(f)
|
||||||
|
print(f.read())
|
||||||
|
|
||||||
for line in f:
|
for line in f:
|
||||||
print(str(line))
|
print(str(line))
|
||||||
|
Loading…
Reference in New Issue
Block a user