Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created June 24, 2013 12:56
Show Gist options
  • Save jhiemer/5849840 to your computer and use it in GitHub Desktop.
Save jhiemer/5849840 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "./sublime_plugin.py", line 200, in on_selection_modified
File "./sublime_plugin.py", line 154, in run_timed_function
File "./sublime_plugin.py", line 199, in <lambda>
File "./trailing_spaces.py", line 392, in on_selection_modified
File "./trailing_spaces.py", line 123, in match_trailing_spaces
File "./trailing_spaces.py", line 90, in find_trailing_spaces
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment