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 b94a281 commit 5ae31ce
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 @@ -205,7 +205,7 @@ def set_config_value(config_path, key_path, value, validate=True):
yaml.dump(config, f)


def unset_config_value(config_path, key_path, validate):
def unset_config_value(config_path, key_path, validate=True):
"""
Unset key at key_path in config_path
"""
Expand Down

0 comments on commit 5ae31ce

Please sign in to comment.