Skip to content

Commit ab00659

Browse files
committed
fixes a bug in TerminalOutput
1 parent 33835a8 commit ab00659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mathics/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def empty(self):
178178

179179
class TerminalOutput(Output):
180180
def __init__(self, shell):
181+
super(TerminalOutput, self).__init__()
181182
self.shell = shell
182183

183184
def out(self, out):

0 commit comments

Comments
 (0)