mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
Update consumer.py
This commit is contained in:
parent
3a7eee2c2e
commit
85c661dff2
@ -150,7 +150,8 @@ class ConsumerPlugin(
|
|||||||
self.log.error(log_message or message, exc_info=exc_info)
|
self.log.error(log_message or message, exc_info=exc_info)
|
||||||
# Move the file to the failed directory
|
# Move the file to the failed directory
|
||||||
if self.input_doc.original_file.exists():
|
if self.input_doc.original_file.exists():
|
||||||
self.input_doc.original_file.rename(
|
copy_file_with_basic_stats(
|
||||||
|
self.input_doc.original_file,
|
||||||
settings.CONSUMPTION_FAILED_DIR / self.input_doc.original_file.name,
|
settings.CONSUMPTION_FAILED_DIR / self.input_doc.original_file.name,
|
||||||
)
|
)
|
||||||
raise ConsumerError(f"{self.filename}: {log_message or message}") from exception
|
raise ConsumerError(f"{self.filename}: {log_message or message}") from exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user