mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +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
|
self.percentage += 3
|
||||||
|
|
||||||
# Separate PDF into pages
|
# 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"]
|
args = ["pdftk", pdf_filename, "burst", "output", "/tmp/page-%d.pdf"]
|
||||||
run_command(
|
run_command(
|
||||||
args,
|
args,
|
||||||
|
|
Loading…
Reference in a new issue