Fixed int to str
This commit is contained in:
parent
5fdcd3a9e2
commit
eca2636e08
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ with tempfile.TemporaryDirectory(prefix="swash_", dir=".") as tmp_raw:
|
|||
tmpdir = pathlib.Path(tmp_raw)
|
||||
|
||||
if config.has_option("swash", "mpi"):
|
||||
mpi = ("-mpi", config.getint("swash", "mpi"))
|
||||
mpi = ("-mpi", config.get("swash", "mpi"))
|
||||
else:
|
||||
mpi = ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue