Tue, 09 Apr 2019 19:15:01 +0200
UserInterface: added the forgotten initialization of pipWidget and condaWidget attributes.
UI/UserInterface.py | file | annotate | diff | comparison | revisions |
--- a/UI/UserInterface.py Tue Apr 09 19:14:11 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