Skip to content

Commit 9bcfa70

Browse files
Update tljh/config.py
Co-authored-by: Erik Sundell <[email protected]>
1 parent 7474b87 commit 9bcfa70

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
@@ -241,7 +241,7 @@ def add_config_value(config_path, key_path, value, validate=True):
241241
yaml.dump(config, f)
242242

243243

244-
def remove_config_value(config_path, key_path, value, validate):
244+
def remove_config_value(config_path, key_path, value, validate=True):
245245
"""
246246
Remove value from list at key_path
247247
"""

0 commit comments

Comments
 (0)