'hm'
This commit is contained in:
parent
ce9f889eae
commit
60bcb9f45a
@ -44,7 +44,7 @@ auto = automata()
|
||||
for line in sys.stdin:
|
||||
auto.add_node(line)
|
||||
|
||||
print(sys.argv)
|
||||
print(sys.argv, sys.argv[1].replace('.arg', '.exp'))
|
||||
|
||||
f = open(sys.argv[1].replace('.arg', '.exp'), 'r')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user