1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 04:02:32 +01:00

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

This commit is contained in:
Mike Fährmann 2024-06-16 18:42:32 +02:00
parent a1bb32792b
commit 4727ad6f57
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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: