Skip to content

Commit 0a418d0

Browse files
committed
print -> logger.warning
1 parent 2fa0fd3 commit 0a418d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bris/outputs/verif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def finalize(self) -> None:
400400

401401
self.ds["analysis"] = (["time", "leadtime", "location"], analysis)
402402
else:
403-
print(
403+
utils.LOGGER.warning(
404404
"Not writing analysis to verif file. The first forecast leadtime isn't 0"
405405
)
406406

0 commit comments

Comments
 (0)