mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
GnuPG for archive file.
This commit is contained in:
@@ -194,7 +194,7 @@ class Consumer(LoggingMixin):
|
||||
thumbnail, document.thumbnail_path)
|
||||
|
||||
if archive_path and os.path.isfile(archive_path):
|
||||
self._write(Document.STORAGE_TYPE_UNENCRYPTED,
|
||||
self._write(document.storage_type,
|
||||
archive_path, document.archive_path)
|
||||
|
||||
# Delete the file only if it was successfully consumed
|
||||
|
Reference in New Issue
Block a user