Tue, 09 Apr 2019 19:15:01 +0200
UserInterface: added the forgotten initialization of pipWidget and condaWidget attributes.
(grafted from 25317a7b5d4015005908719f95d38e73985fc360)
UI/UserInterface.py | file | annotate | diff | comparison | revisions |
--- a/UI/UserInterface.py Fri Apr 05 19:07:06 2019 +0200 +++ b/UI/UserInterface.py Tue Apr 09 19:15:01 2019 +0200 @@ -279,6 +279,8 @@ self.browser = None self.templateViewer = None self.numbersViewer = None + self.pipWidget = None + self.condaWidget = None self.__webBrowserProcess = None self.__webBrowserClient = None