Fix TerminalEventHandler returning none as 'data'

This commit is contained in:
Kristóf Tóth 2018-07-20 20:34:18 +02:00
parent 878b6d3f2a
commit bad7297c94

View File

@ -68,6 +68,7 @@ class TerminalEventHandler(EventHandlerBase):
(command to be written to the pty)
"""
self.terminado_server.pty.write(data['value'])
return data
def read(self, data):
"""