1
Fork 0

Fixed typo

This commit is contained in:
Edgar P. Burkhart 2022-03-03 12:03:09 +01:00
parent fda16fa3ea
commit 5fdcd3a9e2
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -28,7 +28,7 @@ if out.exists():
with tempfile.TemporaryDirectory(prefix="swash_", dir=".") as tmp_raw:
tmpdir = pathlib.Path(tmp_raw)
if config.hasoption("swash", "mpi"):
if config.has_option("swash", "mpi"):
mpi = ("-mpi", config.getint("swash", "mpi"))
else:
mpi = ()