From e55ccf8940298d8bda53bbaf779cedd5646cbc75 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 27 Mar 2018 19:26:04 -0700 Subject: [PATCH] QnD fix for missing self.shell attribute --- wx/py/sliceshell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wx/py/sliceshell.py b/wx/py/sliceshell.py index 9d1361f9..4e3b2efd 100644 --- a/wx/py/sliceshell.py +++ b/wx/py/sliceshell.py @@ -170,6 +170,7 @@ class SlicesShellFrame(frame.Frame, frame.ShellFrameMixin): enableShellMode=self.enableShellMode, hideFoldingMargin=self.hideFoldingMargin, *args, **kwds) + self.shell = self.sliceshell self.buffer = self.sliceshell.buffer # Override the shell so that status messages go to the status bar.