Forgot to keep the description

This commit is contained in:
Alexandre Aubin 2018-08-30 14:53:36 +00:00
parent cb6f53fc2b
commit faa4682d77

View file

@ -118,6 +118,7 @@ class Diagnoser():
self.logger_debug("Running diagnostic for %s" % self.id_) self.logger_debug("Running diagnostic for %s" % self.id_)
new_report = { "id": self.id_, new_report = { "id": self.id_,
"description": self.description,
"cached_for": self.cache_duration, "cached_for": self.cache_duration,
"reports": list(self.run()) "reports": list(self.run())
} }