Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
|
@@ -51,6 +51,7 @@ class Run(object):
|
|
| 51 |
list_files = subprocess.run(["make", arguments["command"]])
|
| 52 |
return list_files.returncode
|
| 53 |
else:
|
|
|
|
| 54 |
raise Exception
|
| 55 |
|
| 56 |
|
|
|
|
| 51 |
list_files = subprocess.run(["make", arguments["command"]])
|
| 52 |
return list_files.returncode
|
| 53 |
else:
|
| 54 |
+
print("Command not supported")
|
| 55 |
raise Exception
|
| 56 |
|
| 57 |
|