You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error with the current master:
Response error:Traceback (most recent call last):
File "plugin_server.py", line 95, in run
response['result'] = func(*args, **kwargs)
File "/home/jitse/misc/spyder/spyder/utils/introspection/jedi_plugin.py", line 102, in get_info
elif call_def.doc and '(' in call_def.doc.splitlines()[0]:
AttributeError: 'Definition' object has no attribute 'doc'
This is almost certainly due to a mistake on my part in #6497 that was not found by the automatic tests, so I will take care of it shortly.
To trigger, press Ctrl+I when the cursor is on end_callbacks on line 119 of spyder/widgets/editor.py .
The text was updated successfully, but these errors were encountered:
I am getting the following error with the current master:
This is almost certainly due to a mistake on my part in #6497 that was not found by the automatic tests, so I will take care of it shortly.
To trigger, press
Ctrl+I
when the cursor is onend_callbacks
on line 119 of spyder/widgets/editor.py .The text was updated successfully, but these errors were encountered: