From 5031cee165a2708d9095eb6d009431a3982f597d Mon Sep 17 00:00:00 2001 From: He Yanchun Date: Thu, 4 Sep 2025 12:28:06 +0200 Subject: [PATCH] minior bug fixes --- bin/ilamb-run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ilamb-run b/bin/ilamb-run index aeef4622..73b8592d 100755 --- a/bin/ilamb-run +++ b/bin/ilamb-run @@ -6,6 +6,7 @@ import mpi4py.rc mpi4py.rc.threads = False import logging +logger = logging.getLogger(__name__) import yaml @@ -833,7 +834,7 @@ parser.add_argument( type=str, nargs=1, default=[""], - help="a string which much be in the model filenames", + help="a string which must be in the model filenames", ) parser.add_argument( "--regex",