++todo = remove CODE_HEADER in generated code

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent cfd04dc204
commit 2c5b064b00
  1. 1
      lib/cdist/config_install.py

@ -229,6 +229,7 @@ class ConfigInstall:
outfile_fd = open(outfile, "w")
# Need to flush to ensure our write is done before stdout write
# FIXME: code header still needed?
outfile_fd.write(CODE_HEADER)
outfile_fd.flush()

Loading…
Cancel
Save