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 recently found Jedi to print strange tracebacks to console.
It turned out the ask_deamon() function which is called by on_hover() for the new docstring tooltips somehow triggers the on_query_completions() event. The view being passed to the event handler has no valid window attribute which causes the traceback below.
I honestly can't find a reason for this strange behavior.
I recently found Jedi to print strange tracebacks to console.
It turned out the
ask_deamon()
function which is called byon_hover()
for the new docstring tooltips somehow triggers theon_query_completions()
event. The view being passed to the event handler has no valid window attribute which causes the traceback below.I honestly can't find a reason for this strange behavior.
The text was updated successfully, but these errors were encountered: