Skip to content

Commit f49612c

Browse files
committed
Fix
1 parent 2d57f5f commit f49612c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/cadabra2.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ class Shell(InteractiveConsole):
184184

185185
line = self.preprocess(line, True)
186186
if self.lhs == "":
187-
# print 'executing: '
188-
# print line
187+
# print('executing: ')
188+
# print(line)
189189

190190
# Now feed the pre-parsed input to Python.
191191
self.get_output()

0 commit comments

Comments
 (0)