Fixes: #40355 Lookup bytes no good.
This commit is contained in:
@@ -302,7 +302,6 @@ class TextViewerWidget(tk.Text, MouseBindingsMixin, SavingMixin):
|
||||
|
||||
def run_command(self, command):
|
||||
'''Given a string run it on the stack, report errors.'''
|
||||
command = command.encode('utf_8')
|
||||
try:
|
||||
self.world.interpret(command)
|
||||
except SystemExit:
|
||||
|
||||
Reference in New Issue
Block a user