indent/cleanup

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent 71af3b60c0
commit d21126189c
  1. 4
      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:

Loading…
Cancel
Save