From 35c1a90d731bac3ab893fbb6f5a7cd1d4bb82183 Mon Sep 17 00:00:00 2001 From: Kris Gesling Date: Mon, 30 Nov 2020 15:54:56 +1100 Subject: [PATCH] Clarify that gui.clear does not close a Skill --- mycroft/enclosure/gui.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mycroft/enclosure/gui.py b/mycroft/enclosure/gui.py index 26fa808c5a2e..a986c3c0208e 100644 --- a/mycroft/enclosure/gui.py +++ b/mycroft/enclosure/gui.py @@ -115,7 +115,11 @@ def __contains__(self, key): return self.__session_data.__contains__(key) def clear(self): - """Reset the value dictionary, and remove namespace from GUI.""" + """Reset the value dictionary, and remove namespace from GUI. + + This method does not close the GUI for a Skill. For this purpose see + the `release` method. + """ self.__session_data = {} self.page = None self.skill.bus.emit(Message("gui.clear.namespace",