mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
diagnosis: fix typo, diagnosis detail should be a list, not a string
This commit is contained in:
parent
9bd4344f25
commit
d0ca120eb0
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class MyDiagnoser(Diagnoser):
|
|||
data={"error": str(e)},
|
||||
status="ERROR",
|
||||
summary="diagnosis_mail_queue_unavailable",
|
||||
details="diagnosis_mail_queue_unavailable_details",
|
||||
details=["diagnosis_mail_queue_unavailable_details"],
|
||||
)
|
||||
else:
|
||||
if pending_emails > 100:
|
||||
|
|
Loading…
Add table
Reference in a new issue