Fixed typo
This commit is contained in:
parent
fda16fa3ea
commit
5fdcd3a9e2
1 changed files with 1 additions and 1 deletions
|
@ -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 = ()
|
||||
|
|
Loading…
Reference in a new issue