mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: fix auto-clean PDFs, create parent dir for storing unmodified original (#8157)
This commit is contained in:
parent
5fed311ffc
commit
37dc791301
@ -411,6 +411,7 @@ class ConsumerPlugin(
|
||||
self.unmodified_original = (
|
||||
Path(tempdir.name) / Path("uo") / Path(self.filename)
|
||||
)
|
||||
self.unmodified_original.parent.mkdir(exist_ok=True)
|
||||
copy_file_with_basic_stats(
|
||||
self.input_doc.original_file,
|
||||
self.unmodified_original,
|
||||
|
Loading…
x
Reference in New Issue
Block a user