fix comma typo

This commit is contained in:
deeplow 2022-09-22 10:30:41 +01:00
parent e4ff9801ee
commit 968fd20ac7
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -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,