From dc3ed07153543a58c24a9bf31f93b3c4ec781e89 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Wed, 19 Oct 2011 15:03:47 +0200 Subject: [PATCH] /__debug/__cdist_debug/ Signed-off-by: Steven Armstrong --- lib/cdist/core/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/core/manifest.py b/lib/cdist/core/manifest.py index f7b08c20..38d2ee98 100644 --- a/lib/cdist/core/manifest.py +++ b/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 } if self.log.getEffectiveLevel() == logging.DEBUG: - self.env.update({'__debug': "yes" }) + self.env.update({'__cdist_debug': "yes" }) def run_initial_manifest(self, script):