| # | Line 46 | Line 46 | def read_plat(env, fn): | |
|---|---|---|
| 46 | 'RAD_PCALLS', # more custom process abstraction | |
| 47 | ]], | |
| 48 | ] | |
| 49 | < | if env.get('RAD_DEBUG',0) not in(0,'0','','n','no','false',None): |
| 49 | > | if env.get('RAD_DEBUG',0) not in(0,'0','','n','no','false',False,None): |
| 50 | vars.insert(0, ['debug'] + buildvars) | |
| 51 | print('Processing DEBUG version') | |
| 52 | else: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |