Spaces:
Sleeping
Sleeping
debug
Browse files- utils/config_fabric.py +1 -1
utils/config_fabric.py
CHANGED
@@ -360,7 +360,7 @@ if __name__ == '__main__':
|
|
360 |
|
361 |
# Run the actual command
|
362 |
result = subprocess.run(command, capture_output=True, text=True)
|
363 |
-
|
364 |
st.write("## Results")
|
365 |
|
366 |
# Collect all file paths from the output directory
|
|
|
360 |
|
361 |
# Run the actual command
|
362 |
result = subprocess.run(command, capture_output=True, text=True)
|
363 |
+
st.write(result.stdout)
|
364 |
st.write("## Results")
|
365 |
|
366 |
# Collect all file paths from the output directory
|