/__debug/__cdist_debug/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent eb5b80d132
commit dc3ed07153
  1. 2
      lib/cdist/core/manifest.py

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

Loading…
Cancel
Save