Sublime Forum

__init__() got an unexpected keyword argument 'update_phantoms_only'

#1

After upgrading to 3.1 (build 3170, on macOS 10.13.4) I’m getting the following in the build output panel (I think; below the main text area) almost every time I open a file:

__init__() got an unexpected keyword argument 'update_phantoms_only'
[cmd: None]
[dir: /Users/blalor/Downloads/diag-bundle-2]
[path: /Users/blalor/Library/Python/virtualenvs/blalor/bin:/Users/blalor/bin:/Users/blalor/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/usr/local/sbin:/Users/blalor/bin/.Darwin:/Users/blalor/bin/.Darwin]
[Finished]

I’ve crawled through all of my installed packages and can’t find a reference to that keyword argument anywhere.

Someone on Stack Overflow has just asked the same question: https://stackoverflow.com/questions/50249849/sublime-3-init-got-an-unexpected-keyword-argument-update-phantoms-only

0 Likes

#2

This is related to the plugin ANSIescape - https://github.com/aziz/SublimeANSI/pull/49.

2 Likes