fixup code and manifest
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
df8be73c10
commit
ba59339f67
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ class Manifest(object):
|
|||
'__global': self.local.out_path,
|
||||
'__cdist_type_base_path': self.local.type_path, # for use in type emulator
|
||||
}
|
||||
if log.getEffectiveLevel() == logging.DEBUG:
|
||||
self.env.update({'__debug': "yes" })
|
||||
|
||||
|
||||
def run_initial_manifest(self, script):
|
||||
env = os.environ.copy()
|
||||
|
|
Loading…
Reference in a new issue