diff --git a/modoboa_installer/utils.py b/modoboa_installer/utils.py index 2b614a8..52fb371 100644 --- a/modoboa_installer/utils.py +++ b/modoboa_installer/utils.py @@ -321,7 +321,7 @@ def get_entry_value(entry, interactive): def load_config_template(interactive): - """Instanciate a configParser object with the predefined template.""" + """Instantiate a configParser object with the predefined template.""" tpl_dict = config_dict_template.ConfigDictTemplate config = configparser.ConfigParser() # only ask about options we need, else still generate default @@ -398,6 +398,7 @@ def update_config(path): os.chmod(dest, stat.S_IRUSR | stat.S_IWUSR) return dest + return None def gen_config(dest, interactive=False):