mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Lint: Fix unused-variable (F841)
This commit is contained in:
parent
37ec91aae2
commit
767bfa7e48
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class DangerzoneCore(object):
|
||||||
ocr_lang,
|
ocr_lang,
|
||||||
stdout_callback,
|
stdout_callback,
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception:
|
||||||
log.exception(
|
log.exception(
|
||||||
f"Unexpected error occurred while converting '{document}'"
|
f"Unexpected error occurred while converting '{document}'"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue