diff options
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r-- | steuermann/run_all.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 425d5e3..fa8f11f 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -35,13 +35,6 @@ username=getpass.getuser() ##### -allowed_flags = { - '--all' : '-a' , - '-a' : '' , # run all nodes non-interactively - '-r' : '=' , # give run name - '-n' : '' , # do not actually execute any processes - '-h' : '=' , # give hosts (*.ini) file -} def main() : |