typo, review fix

This commit is contained in:
Spitfireap
2023-03-11 12:41:16 +00:00
committed by GitHub
parent dbfede6df1
commit 0b29f74e08

View File

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