mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 21:16:56 +01:00
Merge branch 'master' into dev
This commit is contained in:
commit
32f3876590
35 changed files with 587 additions and 297 deletions
|
|
@ -75,7 +75,8 @@ class Command(BaseCommand):
|
|||
|
||||
for document in encrypted_files:
|
||||
|
||||
print(coloured("Decrypting {}".format(document), "green"))
|
||||
print(coloured("Decrypting {}".format(
|
||||
document).encode('utf-8'), "green"))
|
||||
|
||||
old_paths = [document.source_path, document.thumbnail_path]
|
||||
raw_document = GnuPG.decrypted(document.source_file, passphrase)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue