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
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2132, in closeEvent
if self.closing(True):
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2186, in closing
self.save_current_window_settings(prefix)
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 1415, in save_current_window_settings
self.maximize_dockwidget(restore=True)# Restore non-maximized layout
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2268, in maximize_dockwidget
self.last_plugin.dockwidget.setWidget(self.last_plugin)
AttributeError: 'NoneType' object has no attribute 'dockwidget'
Error in atexit._run_exitfuncs:
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2132, in closeEvent
if self.closing(True):
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2186, in closing
self.save_current_window_settings(prefix)
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 1415, in save_current_window_settings
self.maximize_dockwidget(restore=True)# Restore non-maximized layout
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2268, in maximize_dockwidget
self.last_plugin.dockwidget.setWidget(self.last_plugin)
AttributeError: 'NoneType' object has no attribute 'dockwidget'
Error in atexit._run_exitfuncs:
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: