FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix TypeError: can only concatenate str (not "NoneType") to str by tavy72 · Pull Request #522 · vim-vdebug/vdebug · GitHub

Fix TypeError: can only concatenate str (not "NoneType") to str - #522

Open
tavy72 wants to merge 1 commit into
vim-vdebug:masterfrom
tavy72:master
Open

tavy72 wants to merge 1 commit into
vim-vdebug:masterfrom
tavy72:master

Conversation

tavy72 commented Sep 19, 2023
edited
Loading

Copy link
Copy Markdown

On some variable inspection I get:
An error occured: <class 'TypeError'>
Traceback (most recent call last):
File "/home/tavy/.vim/plugged/vdebug/python3/vdebug/event.py", line 784, in dispatch_event
Dispatcher.eventsname.run(*args)
File "/home/tavy/.vim/plugged/vdebug/python3/vdebug/event.py", line 411, in run
self.ui.windows.watch().accept_renderer(rend)
File "/home/tavy/.vim/plugged/vdebug/python3/vdebug/ui/vimui.py", line 619, in accept_renderer
self.write(renderer.render())
File "/home/tavy/.vim/plugged/vdebug/python3/vdebug/ui/vimui.py", line 910, in render
properties = self.response.get_context()
File "/home/tavy/.vim/plugged/vdebug/python3/vdebug/dbgp.py", line 150, in get_context
self.create_properties(EvalProperty(c, code, self.api.language))
TypeError: can only concatenate str (not "NoneType") to str

This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL