WordCount icon indicating copy to clipboard operation
WordCount copied to clipboard

ws['modified'] = True -> TypeError

Open reagle opened this issue 5 years ago • 1 comments

I've had this error for a long time. I haven't bothered to do anything because wordcount seems to work but I now wonder if it's causing problems for other plugins.

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 577, in on_modified_async
    callback.on_modified_async(v)
  File "/Users/reagle/Library/Application Support/Sublime Text 3/Packages/WordCount/WordCount.py", line 93, in on_modified_async
    ws['modified'] = True
TypeError: 'NoneType' object does not support item assignment

reagle avatar May 21 '19 16:05 reagle