Remove deprecated old-args feature.
This commit is contained in:
parent
99873775ba
commit
63f9dcb640
6 changed files with 2 additions and 24 deletions
1
vars.py
1
vars.py
|
|
@ -13,7 +13,6 @@ DEPTH = os.environ.get('REDO_DEPTH', '')
|
|||
DEBUG = atoi(os.environ.get('REDO_DEBUG', ''))
|
||||
DEBUG_LOCKS = os.environ.get('REDO_DEBUG_LOCKS', '') and 1 or 0
|
||||
DEBUG_PIDS = os.environ.get('REDO_DEBUG_PIDS', '') and 1 or 0
|
||||
OLD_ARGS = os.environ.get('REDO_OLD_ARGS', '') and 1 or 0
|
||||
VERBOSE = os.environ.get('REDO_VERBOSE', '') and 1 or 0
|
||||
XTRACE = os.environ.get('REDO_XTRACE', '') and 1 or 0
|
||||
KEEP_GOING = os.environ.get('REDO_KEEP_GOING', '') and 1 or 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue