We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043cc3c commit 067bb69Copy full SHA for 067bb69
1 file changed
aw_core/config.py
@@ -52,7 +52,7 @@ def load_config_toml(
52
config = f.read()
53
config_toml = tomlkit.parse(config)
54
else:
55
- # TODO: If file doesn't exist, write with commented-out default config
+ # If file doesn't exist, write with commented-out default config
56
with open(config_file_path, "w") as f:
57
f.write(_comment_out_toml(default_config))
58
config_toml = dict()
0 commit comments