ktrapeznikov commited on
Commit
aad7ad3
·
verified ·
1 Parent(s): e5d7840

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +1 -1
script.py CHANGED
@@ -1,4 +1,4 @@
1
  import subprocess
2
 
3
- # Runs another script (replace 'script.py' with your script's filename)
4
  subprocess.run(["bash", "run.sh"])
 
1
  import subprocess
2
 
3
+ # Runs another script (rename your actual script to '_script.py')
4
  subprocess.run(["bash", "run.sh"])