mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Only output the folder names
This commit is contained in:
parent
5e95f1017b
commit
4539869016
@ -197,7 +197,7 @@ class MailAccountHandler(LoggingMixin):
|
|||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
for folder_info in M.folder.list():
|
for folder_info in M.folder.list():
|
||||||
self.log("info", f"Located folder: {str(folder_info)}")
|
self.log("info", f"Located folder: {folder_info.name}")
|
||||||
except Exception:
|
except Exception:
|
||||||
self.log(
|
self.log(
|
||||||
"error",
|
"error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user