Skip to content

Commit

Permalink
Correct another error that came in with a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Nov 13, 2024
1 parent bd51b8c commit e87b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctsm/crop_calendars/generate_gdds_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def import_and_process_1yr(
break
if not h2_files:
error(logger, f"No files found matching patterns: {patterns}")
h2_ds = utils.import_ds(
h2_ds = import_ds(
h2_files,
my_vars=my_vars,
my_vegtypes=crops_to_read,
Expand Down

0 comments on commit e87b119

Please sign in to comment.