ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/build_utils/load_plat.py
(Generate patch)

Comparing ray/build_utils/load_plat.py (file contents):
Revision 1.19 by schorsch, Mon Jan 8 13:38:37 2018 UTC vs.
Revision 1.20 by schorsch, Tue Jan 9 00:08:57 2018 UTC

# 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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines