Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/ilamb-run
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import mpi4py.rc

mpi4py.rc.threads = False
import logging
logger = logging.getLogger(__name__)

import yaml

Expand Down Expand Up @@ -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",
Expand Down