Spaces:
Build error
Build error
freemt
commited on
Commit
·
28886f8
1
Parent(s):
8840474
Update longer (500 chars) cmd
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def process(command):
|
|
| 53 |
if out.strip() and err.strip():
|
| 54 |
return out, err
|
| 55 |
else:
|
| 56 |
-
"No output, that's all we know.", None
|
| 57 |
|
| 58 |
# quick test altair altair-save tooltip
|
| 59 |
# from PIL import Image
|
|
|
|
| 53 |
if out.strip() and err.strip():
|
| 54 |
return out, err
|
| 55 |
else:
|
| 56 |
+
return "No output, that's all we know.", None
|
| 57 |
|
| 58 |
# quick test altair altair-save tooltip
|
| 59 |
# from PIL import Image
|