From faa4682d77cb512f21b12e901a78c2789ab28b3c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 30 Aug 2018 14:53:36 +0000 Subject: [PATCH] Forgot to keep the description --- src/yunohost/diagnosis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yunohost/diagnosis.py b/src/yunohost/diagnosis.py index 93c2dfc67..09fcd8dcd 100644 --- a/src/yunohost/diagnosis.py +++ b/src/yunohost/diagnosis.py @@ -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()) }