Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tavy72
Copy link

@tavy72 tavy72 commented Sep 19, 2023

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

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