1
Fork 0

Fixed typo

This commit is contained in:
Edgar P. Burkhart 2022-03-03 12:35:29 +01:00
parent 11b940d7d0
commit 0860faf8c3
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -54,7 +54,7 @@ with tempfile.TemporaryDirectory(prefix="swash_", dir=".") as tmp_raw:
)
code = swash_run.wait()
if code is not 0:
if code != 0:
log.error(f"Swash returned error code {code}")
log.info(f"Moving swash output to '{out}'")