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'm getting this error when I try to run a cell for the first time
Traceback (most recent call last):
File "/home/carlos/Projects/spyder/github-repo/spyder/app/mainwindow.py", line 1916, in plugin_focus_changedself.update_edit_menu()
File "/home/carlos/Projects/spyder/github-repo/spyder/app/mainwindow.py", line 1965, in update_edit_menu
widget, textedit_properties =self.get_focus_widget_properties()
File "/home/carlos/Projects/spyder/github-repo/spyder/app/mainwindow.py", line 1953, in get_focus_widget_properties
widget =self.previous_focused_widget
AttributeError: 'MainWindow' object has no attribute 'previous_focused_widget'
@rlaverde, this one is for you because this bug was introduced on PR #4022.
The text was updated successfully, but these errors were encountered:
I'm getting this error when I try to run a cell for the first time
@rlaverde, this one is for you because this bug was introduced on PR #4022.
The text was updated successfully, but these errors were encountered: