mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 02:57:18 +00:00
Remove no longer used argument from IdeEH.__init__ call
This commit is contained in:
parent
d7f272a535
commit
60986fa51d
@ -77,8 +77,7 @@ if __name__ == '__main__':
|
|||||||
key='ide',
|
key='ide',
|
||||||
allowed_directories=[TFWENV.IDE_WD, TFWENV.WEBSERVICE_DIR],
|
allowed_directories=[TFWENV.IDE_WD, TFWENV.WEBSERVICE_DIR],
|
||||||
directory=TFWENV.IDE_WD,
|
directory=TFWENV.IDE_WD,
|
||||||
exclude=['*.pyc'],
|
exclude=['*.pyc']
|
||||||
additional_watched_directories=[TFWENV.WEBSERVICE_DIR]
|
|
||||||
)
|
)
|
||||||
terminal = TerminalEventHandler( # Web shell backend
|
terminal = TerminalEventHandler( # Web shell backend
|
||||||
key='shell',
|
key='shell',
|
||||||
|
Loading…
Reference in New Issue
Block a user