mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix timeout message: replace pdfseparate with pdftk
This commit is contained in:
parent
1ad6b59bb1
commit
642d86899b
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class DangerzoneConverter:
|
||||||
run_command(
|
run_command(
|
||||||
args,
|
args,
|
||||||
error_message="Separating document into pages failed",
|
error_message="Separating document into pages failed",
|
||||||
timeout_message=f"Error separating document into pages, pdfseparate timed out after {DEFAULT_TIMEOUT} seconds",
|
timeout_message=f"Error separating document into pages, pdftk timed out after {DEFAULT_TIMEOUT} seconds",
|
||||||
)
|
)
|
||||||
|
|
||||||
page_filenames = glob.glob("/tmp/page-*.pdf")
|
page_filenames = glob.glob("/tmp/page-*.pdf")
|
||||||
|
|
Loading…
Reference in a new issue