mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix quoting in call to run_convert
Co-Authored-By: JensPfeifle <jens@pfeifle.tech>
This commit is contained in:
parent
50504c3fd8
commit
cbf008f37b
@ -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