mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 20:21:32 +00:00
Remove unused variable from terminado server
This commit is contained in:
parent
aa0fe5d00f
commit
564c97e66a
@ -26,7 +26,6 @@ class TerminalEventHandler(EventHandlerBase):
|
|||||||
:param monitor: tfw.components.HistoryMonitor instance to read command history from
|
:param monitor: tfw.components.HistoryMonitor instance to read command history from
|
||||||
"""
|
"""
|
||||||
super().__init__(key)
|
super().__init__(key)
|
||||||
self.working_directory = TFWENV.TERMINADO_DIR
|
|
||||||
self._historymonitor = monitor
|
self._historymonitor = monitor
|
||||||
bash_as_user_cmd = ['sudo', '-u', TAOENV.USER, 'bash']
|
bash_as_user_cmd = ['sudo', '-u', TAOENV.USER, 'bash']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user