Skip to content

Commit

Permalink
chore: fix posix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Feb 10, 2025
1 parent 903cf9a commit 9483786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmi_config_files/make_camels_config_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def do_the_config_generation(template_path, output_config_path):
for basin_id_str in basin_ids:
template_path = "01022500_nh_NLDAS_hourly.yml" # Path to the template YAML
output_config_path = f"{basin_id_str}_nh_NLDAS_hourly.yml" # Output file name
do_the_config_generation(template_path, output_config_path)
do_the_config_generation(template_path, output_config_path)

0 comments on commit 9483786

Please sign in to comment.