baakaani commited on
Commit
32b5982
·
1 Parent(s): bcad76b

bash debug 3/?

Browse files
Files changed (1) hide show
  1. utils/config_fabric.py +3 -3
utils/config_fabric.py CHANGED
@@ -359,9 +359,9 @@ if __name__ == '__main__':
359
  # progress_bar.progress(i + 1)
360
 
361
  # Run the actual command
362
- # result = subprocess.run(command, capture_output=True, text=True)
363
- result = subprocess.run(['python', '-W', 'ignore', '-c', 'print("Hello, World!")'], capture_output=True, text=True)
364
- st.write("bash results:",result.stdout)
365
  st.write("## Results")
366
 
367
  # Collect all file paths from the output directory
 
359
  # progress_bar.progress(i + 1)
360
 
361
  # Run the actual command
362
+ result = subprocess.run(command, capture_output=True, text=True)
363
+ # result = subprocess.run(['python', '-W', 'ignore', '-c', 'print("Hello, World!")'], capture_output=True, text=True)
364
+ st.write("bash results:",result.stdout, result.stderr)
365
  st.write("## Results")
366
 
367
  # Collect all file paths from the output directory