Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 83b157e

Browse files
committed
Ghostsciptbackend flake8 fixes
1 parent 8858a74 commit 83b157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camelot/backends/ghostscript_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def convert(self, pdf_path: str, png_path: str, resolution: int = 300) -> None:
2929
raise OSError(
3030
"Ghostscript is not installed. You can install it using the instructions"
3131
" here: https://pypdf-table-extraction.readthedocs.io/en/latest/user/install-deps.html"
32-
)
32+
) from ex
3333

3434
gs_command = [
3535
"gs",

0 commit comments

Comments
 (0)