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

AttributeError in jedi_plugin.py:102 #6516

Closed
jitseniesen opened this issue Feb 25, 2018 · 0 comments
Closed

AttributeError in jedi_plugin.py:102 #6516

jitseniesen opened this issue Feb 25, 2018 · 0 comments

Comments

@jitseniesen
Copy link
Member

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants