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:
parent
a1bb32792b
commit
4727ad6f57
@ -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…
Reference in New Issue
Block a user