mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to keep the description
This commit is contained in:
parent
cb6f53fc2b
commit
faa4682d77
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class Diagnoser():
|
|||
self.logger_debug("Running diagnostic for %s" % self.id_)
|
||||
|
||||
new_report = { "id": self.id_,
|
||||
"description": self.description,
|
||||
"cached_for": self.cache_duration,
|
||||
"reports": list(self.run())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue