Spaces:
Running
Running
Commit
·
dc18db9
1
Parent(s):
57b6978
python2
Browse files
main.py
CHANGED
|
@@ -21,7 +21,7 @@ def run_psychec(c_code: str):
|
|
| 21 |
|
| 22 |
try:
|
| 23 |
result = subprocess.run(
|
| 24 |
-
["
|
| 25 |
capture_output=True,
|
| 26 |
text=True,
|
| 27 |
timeout=30,
|
|
|
|
| 21 |
|
| 22 |
try:
|
| 23 |
result = subprocess.run(
|
| 24 |
+
["python2", "/workspace/psychec/reconstruct.py", str(input_file)],
|
| 25 |
capture_output=True,
|
| 26 |
text=True,
|
| 27 |
timeout=30,
|