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
File "/usr/local/anaconda3/lib/python3.6/site-packages/spyder/widgets/explorer.py", line 480, in contextMenuEvent
self.update_menu()
File "/usr/local/anaconda3/lib/python3.6/site-packages/spyder/widgets/explorer.py", line 458, in update_menuself.menu.clear()
AttributeError: 'NoneType' object has no attribute 'clear'
click right button on mouse in cleared project manager window
The text was updated successfully, but these errors were encountered:
Yup, was able to reproduce. Specifically, the window was "cleared" by closing the current project, then reopening it from the menu. @ccordoba12 , do we want to just catch the error and pass (or otherwise better handle it), or go further and disable opening the project explorer when no project is open, since it serves no real purpose?
CAM-Gerlach
changed the title
project manager window crash
AttributeError: Nonetype has no attribute "clear" when right clicking in the empty project explorer with no project open
Apr 17, 2018
File "C:\Anaconda3\lib\site-packages\qtconsole\console_widget.py", line 420, in eventFilter
event.button() == QtCore.Qt.MidButton and \
AttributeError: 'QContextMenuEvent' object has no attribute 'button'
Which continue until I tell it to hide the error dialog for future errors (or presumably restart spyder).
click right button on mouse in cleared project manager window
The text was updated successfully, but these errors were encountered: