Skip to content

Commit 5ae31ce

Browse files
Update tljh/config.py
Co-authored-by: Erik Sundell <[email protected]>
1 parent b94a281 commit 5ae31ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tljh/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def set_config_value(config_path, key_path, value, validate=True):
205205
yaml.dump(config, f)
206206

207207

208-
def unset_config_value(config_path, key_path, validate):
208+
def unset_config_value(config_path, key_path, validate=True):
209209
"""
210210
Unset key at key_path in config_path
211211
"""

0 commit comments

Comments
 (0)