Skip to content

Commit

Permalink
actually save configs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Jun 25, 2024
1 parent b860caa commit ac877c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rename-dataset-in-configs
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ config_paths = [
for config_path in config_paths:
config = load_config(config_path)
config = update_config(config)
# save_config(config, config_path)
save_config(config, config_path)

0 comments on commit ac877c4

Please sign in to comment.