From d21126189cc92957087da37b3f4c5d0b4b0ab367 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Oct 2011 18:04:13 +0200 Subject: [PATCH] indent/cleanup Signed-off-by: Nico Schottelius --- lib/cdist/config_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index fcbc79fc..766cffa2 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -90,13 +90,13 @@ class ConfigInstall: # Submit debug flag to manifest, can be used by emulator and types if self.debug: - env['__debug'] = "yes" + env['__debug'] = "yes" # Required for recording source in emulator env['__cdist_manifest'] = manifest_path # Required to find types in emulator - env['__cdist_type_base_path'] = self.context.type_base_path + env['__cdist_type_base_path'] = self.context.type_base_path # Other environment stuff if extra_env: