[pp:ugoira] log errors for general exceptions

This commit is contained in:
Mike Fährmann
2024-04-06 17:00:48 +02:00
parent 40bd145637
commit 3346a377b3

View File

@@ -155,7 +155,9 @@ class UgoiraPP(PostProcessor):
self.log.error("Unable to invoke FFmpeg (%s: %s)",
exc.__class__.__name__, exc)
pathfmt.realpath = pathfmt.temppath
except Exception:
except Exception as exc:
print()
self.log.error("%s: %s", exc.__class__.__name__, exc)
pathfmt.realpath = pathfmt.temppath
else:
if self.mtime: