robcowie / SublimeTODO

**[DEPRECATED]** - See https://github.com/jonathandelgado/SublimeTodoReview - Extract TODO-type comments from open files and project folders
295 stars 54 forks source link

UnboundLocalError in extract(self) #37

Closed Tyderion closed 11 years ago

Tyderion commented 11 years ago

Hi there

I don't know why i get this error. I started a new rails project a while ago and now your plugin produces an UnboundLocalError when I try to view all TODOs. In a different project my SublimeTODO-config works perfect, so I don't think my configuration is part of the error. This gist contains the traceback and a very simple fix: https://gist.github.com/4080313

robcowie commented 11 years ago

Thanks dude. The fix is committed and I'll push an update to Sublime packages shortly

Tyderion commented 11 years ago

thanks for fixing :+1: