Skip to content

Commit

Permalink
correct fix returned construct
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Nov 29, 2024
1 parent 0373c83 commit 2606605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmvalcore/cmor/_fixes/cmip6/cesm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def fix_metadata(self, cubes):

new_list.append(tmp_cube)

Check warning on line 239 in esmvalcore/cmor/_fixes/cmip6/cesm2.py

View check run for this annotation

Codecov / codecov/patch

esmvalcore/cmor/_fixes/cmip6/cesm2.py#L239

Added line #L239 was not covered by tests

return cubes, new_list
return new_list


class Sftlf(Fix):
Expand Down

0 comments on commit 2606605

Please sign in to comment.