From 564c97e66a3859c4f0df690bd0ef17cd809880b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 1 Aug 2018 14:17:17 +0200 Subject: [PATCH] Remove unused variable from terminado server --- lib/tfw/components/terminal_event_handler.py | 1 - 1 file changed, 1 deletion(-) 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']