mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix quoting in call to run_convert
Co-Authored-By: JensPfeifle <jens@pfeifle.tech>
This commit is contained in:
parent
3dfd0253ed
commit
99718bcf17
@ -60,7 +60,7 @@ class RasterisedDocumentParser(DocumentParser):
|
|||||||
self.CONVERT,
|
self.CONVERT,
|
||||||
"-scale", "500x5000",
|
"-scale", "500x5000",
|
||||||
"-alpha", "remove",
|
"-alpha", "remove",
|
||||||
"gs_out_path",
|
gs_out_path,
|
||||||
out_path
|
out_path
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user