change script name
This commit is contained in:
parent
a20779495d
commit
fbc1e82651
2
gui.py
2
gui.py
@ -18,7 +18,7 @@ else:
|
|||||||
else:
|
else:
|
||||||
# sg.popup('The filename you chose was', fname)
|
# sg.popup('The filename you chose was', fname)
|
||||||
print(fname)
|
print(fname)
|
||||||
cmd = "python scripts/run.py " + str(fname)
|
cmd = "python scripts/runFolder.py " + str(fname)
|
||||||
print(cmd)
|
print(cmd)
|
||||||
p = subprocess.run(cmd, shell=True)
|
p = subprocess.run(cmd, shell=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user