mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-26 11:20:31 +00:00
Linting
This commit is contained in:
@@ -638,7 +638,9 @@ class ConsumerPlugin(
|
|||||||
document.archive_path,
|
document.archive_path,
|
||||||
)
|
)
|
||||||
|
|
||||||
document.archive_checksum = compute_checksum(document.archive_path)
|
document.archive_checksum = compute_checksum(
|
||||||
|
document.archive_path,
|
||||||
|
)
|
||||||
|
|
||||||
# Don't save with the lock active. Saving will cause the file
|
# Don't save with the lock active. Saving will cause the file
|
||||||
# renaming logic to acquire the lock as well.
|
# renaming logic to acquire the lock as well.
|
||||||
|
|||||||
Reference in New Issue
Block a user