This commit is contained in:
Trenton H
2026-03-25 13:08:41 -07:00
parent 4934ce0ce8
commit 1e2f28fa93

View File

@@ -638,7 +638,9 @@ class ConsumerPlugin(
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
# renaming logic to acquire the lock as well.