mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Only output the folder names
This commit is contained in:
parent
33134d4529
commit
5603834282
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue