Skip to content

Commit

Permalink
Update tljh/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Sundell <[email protected]>
  • Loading branch information
jrdnbradford and consideRatio authored Apr 3, 2024
1 parent 7474b87 commit 9bcfa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tljh/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def add_config_value(config_path, key_path, value, validate=True):
yaml.dump(config, f)


def remove_config_value(config_path, key_path, value, validate):
def remove_config_value(config_path, key_path, value, validate=True):
"""
Remove value from list at key_path
"""
Expand Down

0 comments on commit 9bcfa70

Please sign in to comment.