From d5b4dfd6fc8add49e8b01e5e75ed855f7c1b9d81 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Fri, 17 Nov 2023 15:02:40 +0000 Subject: [PATCH] update comment --- src/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.py b/src/utils.py index cec1306..ebc092b 100644 --- a/src/utils.py +++ b/src/utils.py @@ -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: