Skip to content

Commit

Permalink
Update xcdat/dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jul 28, 2022
1 parent 6f53f87 commit 5a2dcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcdat/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def decode_non_cf_time(dataset: xr.Dataset) -> xr.Dataset:
except ValueError:
logger.warning(
"Attempted to decode non-CF compliant time coordinates, but the units "
f"({units}) is not in a supported format ('months since...' or "
f"({units_attr}) is not in a supported format ('months since...' or "
"'months since...'). Returning dataset with existing time coordinates."
)
return ds
Expand Down

0 comments on commit 5a2dcc9

Please sign in to comment.