Remove the need for relpath (and thus abspath) in builder.py.
This commit is contained in:
parent
61c7e0f8a8
commit
f644f3bd04
2 changed files with 14 additions and 8 deletions
1
vars.py
1
vars.py
|
|
@ -1,6 +1,7 @@
|
|||
import os
|
||||
import atoi
|
||||
|
||||
PWD = os.environ.get('REDO_PWD', '')
|
||||
TARGET = os.environ.get('REDO_TARGET', '')
|
||||
DEPTH = os.environ.get('REDO_DEPTH', '')
|
||||
DEBUG = atoi.atoi(os.environ.get('REDO_DEBUG', ''))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue