Skip to content

Instantly share code, notes, and snippets.

@smiler
Created November 18, 2013 18:54
Show Gist options
  • Save smiler/7533249 to your computer and use it in GitHub Desktop.
Save smiler/7533249 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 543, in run_
return self.run(edit, **args)
File "/home/smiler/.config/sublime-text-3/Packages/SublimeREPL/text_transfer.py", line 143, in run
SENDERS[external_id](rv.repl, text, self.view, rv)
File "/home/smiler/.config/sublime-text-3/Packages/SublimeREPL/text_transfer.py", line 17, in default_sender
repl.write(text)
File "/home/smiler/.config/sublime-text-3/Packages/SublimeREPL/repls/sublimeutop_repl.py", line 141, in write
location += len(line) + 1
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment