Skip to content

Commit

Permalink
Move sos_run_script to functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Feb 15, 2024
1 parent 8cd9930 commit 3eab36a
Show file tree
Hide file tree
Showing 11 changed files with 374 additions and 411 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,7 @@ def run(self):
[sos_actions]
script = sos.actions:script
sos_run = sos.actions:sos_run
fail_if = sos.actions:fail_if
warn_if = sos.actions:warn_if
stop_if = sos.actions:stop_if
done_if = sos.actions:done_if
skip_if = sos.actions:skip_if
download = sos.actions:download
run = sos.actions:run
bash = sos.actions_bash:bash
csh = sos.actions_bash:csh
tcsh = sos.actions_bash:tcsh
Expand Down
Loading

0 comments on commit 3eab36a

Please sign in to comment.