/__debug/__cdist_debug/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-19 15:03:47 +02:00
parent eb5b80d132
commit dc3ed07153
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Manifest(object):
'__cdist_type_base_path': self.local.type_path, # for use in type emulator
}
if self.log.getEffectiveLevel() == logging.DEBUG:
self.env.update({'__debug': "yes" })
self.env.update({'__cdist_debug': "yes" })
def run_initial_manifest(self, script):