Created
November 18, 2013 18:54
-
-
Save smiler/7533249 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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