From 60986fa51d0e24bc2f5da60e50d3b0c517b6b0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 4 Jun 2018 21:48:54 +0200 Subject: [PATCH] Remove no longer used argument from IdeEH.__init__ call --- solvable/src/event_handler_main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solvable/src/event_handler_main.py b/solvable/src/event_handler_main.py index a6ecd8e..2774505 100644 --- a/solvable/src/event_handler_main.py +++ b/solvable/src/event_handler_main.py @@ -77,8 +77,7 @@ if __name__ == '__main__': key='ide', allowed_directories=[TFWENV.IDE_WD, TFWENV.WEBSERVICE_DIR], directory=TFWENV.IDE_WD, - exclude=['*.pyc'], - additional_watched_directories=[TFWENV.WEBSERVICE_DIR] + exclude=['*.pyc'] ) terminal = TerminalEventHandler( # Web shell backend key='shell',