From 4b1f63e66e8d6bb00fefb3bf8254eeef8a6a79bb Mon Sep 17 00:00:00 2001 From: Artem30801 Date: Mon, 13 Jan 2020 18:02:59 +0300 Subject: [PATCH] Identation fix in generated files --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 824d280..a00f638 100644 --- a/config.py +++ b/config.py @@ -218,6 +218,7 @@ class ConfigManager: config = ConfigObj(configspec=cls._get_spec_path(cfg_path)) config.filename = cfg_path config.validate(vdt, copy=True) + config.indent_type = '' config.initial_comment = ('This is generated config with default values', 'Modify to configure') config.write()