Skip to content

Commit 67dd3c8

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

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
@@ -223,7 +223,7 @@ def unset_config_value(config_path, key_path, validate):
223223
yaml.dump(config, f)
224224

225225

226-
def add_config_value(config_path, key_path, value, validate):
226+
def add_config_value(config_path, key_path, value, validate=True):
227227
"""
228228
Add value to list at key_path
229229
"""

0 commit comments

Comments
 (0)