Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
cbc245c
1
Parent(s):
8ea28ad
Add var to command line
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def greet(input1, input2):
|
|
| 29 |
print("source_path: ", source_path)
|
| 30 |
print("target_path: ", target_path)
|
| 31 |
|
| 32 |
-
command = "python hola.py -t source_path
|
| 33 |
print(command)
|
| 34 |
time.sleep(1)
|
| 35 |
proc = os.popen(command)
|
|
|
|
| 29 |
print("source_path: ", source_path)
|
| 30 |
print("target_path: ", target_path)
|
| 31 |
|
| 32 |
+
command = "python hola.py -t" + source_path
|
| 33 |
print(command)
|
| 34 |
time.sleep(1)
|
| 35 |
proc = os.popen(command)
|