tanepiper / sublime-todomanager

A simple ToDo list manager
http://tanepiper.github.com/sublime-todomanager/
Other
21 stars 3 forks source link

Exceptions in console #1

Closed bizoo closed 12 years ago

bizoo commented 12 years ago

Hi,

I have a bunch of this message in my console: Traceback (most recent call last): File ".\sublime_plugin.py", line 175, in on_load File ".\sublime_plugin.py", line 154, in run_timed_function File ".\sublime_plugin.py", line 174, in File ".\TodoManager.py", line 480, in on_load File ".\TodoManager.py", line 65, in init AttributeError: 'NoneType' object has no attribute 'split'

I suppose it's caused by buffer that don't have a filename (new unsaved file or maybe console).

tanepiper commented 12 years ago

Ahh indeed, when I do it I get errors with no windows and with untitled windows - I'll need to add a check in here that there is a valid view. Thanks, I'll get on that for the next release

tanepiper commented 12 years ago

Now fixed in 1.1.10