diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-09-10 14:48:39 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-09-10 14:48:39 -0400 |
commit | 9872e3b23d6602f533f023be5cf178aaf69b1b7a (patch) | |
tree | 6a7605d9216940c2d207943937ff7e02a1fe3ad2 /steuermann/run_all.py | |
parent | 7eae6c96bdec6ad1a5dadbd4cd0c07231dcca179 (diff) | |
download | steuermann-9872e3b23d6602f533f023be5cf178aaf69b1b7a.tar.gz |
move definition of allowed flags into __init__.py
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1319 d34015c8-bcbb-4646-8ac8-8ba5febf221d
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() : |