__init__() got an unexpected keyword argument 'interactive'
This error occurred after I updated sublimetext to the latest version. I tried to delete exec.py in Default, but it was of no help. What should I do?
__init__() got an unexpected keyword argument 'interactive'
pythonzzy
#1
0 Likes
deathaxe
#2
The build system runner in use (specified by "target":
) does not support "interactive": true
argument.
That’s a known error, if Terminus’ build runner is used with sublime-build files defining interactive
property. Terminus is interactive out of the box and doesn’t require nor support this one. Remove it.
0 Likes