diff options
Diffstat (limited to 'plugins/plugin_examples/sample2Plugin.py')
-rw-r--r-- | plugins/plugin_examples/sample2Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_examples/sample2Plugin.py b/plugins/plugin_examples/sample2Plugin.py index aab679c..cbc82e2 100644 --- a/plugins/plugin_examples/sample2Plugin.py +++ b/plugins/plugin_examples/sample2Plugin.py @@ -59,7 +59,7 @@ class Sample2Plugin(Plugin): self._result=ReturnSuccess def diagnose(self): - self._issue.set(detected = True, happened = True, reporting = self._reporting, origin = self, level = PLUGIN) + self._issue.set(checked = True, happened = True, reporting = self._reporting, origin = self, level = PLUGIN) self._result=ReturnFailure def fix(self): |