Skip to content

Commit b94a281

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

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
@@ -187,7 +187,7 @@ def show_config(config_path):
187187
yaml.dump(config, sys.stdout)
188188

189189

190-
def set_config_value(config_path, key_path, value, validate):
190+
def set_config_value(config_path, key_path, value, validate=True):
191191
"""
192192
Set key at key_path in config_path to value
193193
"""

0 commit comments

Comments
 (0)