Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 17, 2023
1 parent 29228cf commit d5b4dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def format_plevels(national_forecast_value: NationalForecastValue):
# get value
value = national_forecast_value.plevels.pop(c)

# check if Null
# check if None
if value is None:
logger.warning(f"plevel_{c} is None, therefore will be used the default value")
else:
Expand Down

0 comments on commit d5b4dfd

Please sign in to comment.