Update inp_post for parent mkdir
This commit is contained in:
parent
1a04f5a359
commit
ff33554778
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ var = {
|
|||
"vz": rsws.read_scalar_lay,
|
||||
}
|
||||
|
||||
inp.mkdir(exist_ok=True)
|
||||
inp.mkdir(parents=True, exist_ok=True)
|
||||
with ThreadPool() as pool:
|
||||
log.info("Converting all data")
|
||||
pool.map(
|
||||
|
|
Reference in a new issue