mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
fix comma typo
This commit is contained in:
parent
e4ff9801ee
commit
968fd20ac7
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class DangerzoneConverter:
|
|||
self.percentage += 3
|
||||
|
||||
# Separate PDF into pages
|
||||
self.update_progress("Separating document into pages"),
|
||||
self.update_progress("Separating document into pages")
|
||||
args = ["pdftk", pdf_filename, "burst", "output", "/tmp/page-%d.pdf"]
|
||||
run_command(
|
||||
args,
|
||||
|
|
Loading…
Reference in a new issue