mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Added and implemented a rudimentary logger
This commit is contained in:
@@ -46,7 +46,7 @@ class Command(Renderable, BaseCommand):
|
||||
|
||||
target = os.path.join(self.target, document.parseable_file_name)
|
||||
|
||||
self._render("Exporting: {}".format(target), 1)
|
||||
print("Exporting: {}".format(target))
|
||||
|
||||
with open(target, "wb") as f:
|
||||
f.write(GnuPG.decrypted(document.source_file))
|
||||
|
Reference in New Issue
Block a user