mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
filename handling for archive files.
This commit is contained in:
parent
aaa6599283
commit
8a5c782425
7 changed files with 111 additions and 35 deletions
|
|
@ -193,6 +193,8 @@ class Consumer(LoggingMixin):
|
|||
# After everything is in the database, copy the files into
|
||||
# place. If this fails, we'll also rollback the transaction.
|
||||
|
||||
# TODO: not required, since this is done by the file handling
|
||||
# logic
|
||||
create_source_path_directory(document.source_path)
|
||||
|
||||
self._write(document.storage_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue