[pp:ugoira] include traceback in exception debug log (#5683)

pull/5748/head
Mike Fährmann 3 months ago
parent a1bb32792b
commit 4727ad6f57
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -158,6 +158,7 @@ class UgoiraPP(PostProcessor):
except Exception as exc:
print()
self.log.error("%s: %s", exc.__class__.__name__, exc)
self.log.debug("", exc_info=True)
pathfmt.realpath = pathfmt.temppath
else:
if self.mtime:

Loading…
Cancel
Save