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


def set_config_value(config_path, key_path, value, validate):
def set_config_value(config_path, key_path, value, validate=True):
"""
Set key at key_path in config_path to value
"""
Expand Down

0 comments on commit b94a281

Please sign in to comment.