indent/cleanup

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-07 18:04:13 +02:00
parent 71af3b60c0
commit d21126189c
1 changed files with 2 additions and 2 deletions

View File

@ -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: