Skip to content

Several fixes around ConfigManager

François Grisez requested to merge fix/config_manager into master
  • Remove a debug message that was printed in the standard output, and then could corrupt the generated configuration.
  • Add missing '[module::<module_name>]' line while generating the configuration for one module with '--dump-default' option.
  • Fix --rewrite-config

Merge request reports