Fixed typo
This commit is contained in:
parent
11b940d7d0
commit
0860faf8c3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ with tempfile.TemporaryDirectory(prefix="swash_", dir=".") as tmp_raw:
|
||||||
)
|
)
|
||||||
|
|
||||||
code = swash_run.wait()
|
code = swash_run.wait()
|
||||||
if code is not 0:
|
if code != 0:
|
||||||
log.error(f"Swash returned error code {code}")
|
log.error(f"Swash returned error code {code}")
|
||||||
|
|
||||||
log.info(f"Moving swash output to '{out}'")
|
log.info(f"Moving swash output to '{out}'")
|
||||||
|
|
Loading…
Reference in a new issue