We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea164a commit 07803cbCopy full SHA for 07803cb
1 file changed
nxc/config.py
@@ -20,7 +20,7 @@
20
if not nxc_config.has_section(section):
21
nxc_logger.display(f"Adding missing section '{section}' to nxc.conf")
22
nxc_config.add_section(section)
23
- with open(path_join(NXC_PATH, "nxc.conf"), "w") as config_file:
+ with open(CONFIG_PATH, "w") as config_file:
24
nxc_config.write(config_file)
25
for option in nxc_default_config.options(section):
26
if not nxc_config.has_option(section, option):
0 commit comments