Skip to content

Commit

Permalink
Fix quoting in call to run_convert
Browse files Browse the repository at this point in the history
Co-Authored-By: JensPfeifle <[email protected]>
  • Loading branch information
pitkley and JensPfeifle committed Mar 3, 2019
1 parent 50504c3 commit cbf008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperless_tesseract/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_thumbnail(self):
self.CONVERT,
"-scale", "500x5000",
"-alpha", "remove",
"gs_out_path",
gs_out_path,
out_path
)

Expand Down

0 comments on commit cbf008f

Please sign in to comment.