diff --git a/lib/tfw/components/terminal_event_handler.py b/lib/tfw/components/terminal_event_handler.py index 27bbce7..7fbd74b 100644 --- a/lib/tfw/components/terminal_event_handler.py +++ b/lib/tfw/components/terminal_event_handler.py @@ -26,7 +26,6 @@ class TerminalEventHandler(EventHandlerBase): :param monitor: tfw.components.HistoryMonitor instance to read command history from """ super().__init__(key) - self.working_directory = TFWENV.TERMINADO_DIR self._historymonitor = monitor bash_as_user_cmd = ['sudo', '-u', TAOENV.USER, 'bash']