mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 23:31:31 +00:00
Fix TerminalEventHandler returning none as 'data'
This commit is contained in:
parent
878b6d3f2a
commit
bad7297c94
@ -68,6 +68,7 @@ class TerminalEventHandler(EventHandlerBase):
|
|||||||
(command to be written to the pty)
|
(command to be written to the pty)
|
||||||
"""
|
"""
|
||||||
self.terminado_server.pty.write(data['value'])
|
self.terminado_server.pty.write(data['value'])
|
||||||
|
return data
|
||||||
|
|
||||||
def read(self, data):
|
def read(self, data):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user