mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 12:25:12 +00:00
Fix terminal writing error on challenge startup
This commit is contained in:
@ -30,6 +30,8 @@ class TerminadoMiniServer:
|
||||
|
||||
@property
|
||||
def pty(self):
|
||||
if self.term_manager.terminal is None:
|
||||
self.term_manager.get_terminal()
|
||||
return self.term_manager.terminal.ptyproc
|
||||
|
||||
class ResetterTermSocket(TermSocket): # pylint: disable=abstract-method
|
||||
|
Reference in New Issue
Block a user