Skip to content
Snippets Groups Projects
Commit 9382ba74 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Don't include debug output when calling dumppdf(1).

parent 22bfca88
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class Pdftotext(Command):
class Dumppdf(Command):
@tool_required("dumppdf")
def cmdline(self):
return ["dumppdf", "-adt", self.path]
return ["dumppdf", "-at", self.path]
class PdfFile(File):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment