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 "/Users/quentinpeter/pyscripts/spyder/spyder/widgets/editor.py", line 1394, in close_file
new_index = self._get_previous_file_index()
File "/Users/quentinpeter/pyscripts/spyder/spyder/widgets/editor.py", line 1757, in _get_previous_file_index
w_id = self.stack_history.pop(last)
File "/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/_collections_abc.py", line 993, in pop
v = self[index]
File "/Users/quentinpeter/pyscripts/spyder/spyder/widgets/editor.py", line 307, in getitem
return self.id_list.index(self.history[i])
ValueError: 4342516136 is not in list
Description
What steps will reproduce the problem?
Please provide any additional information below
File "/Users/quentinpeter/pyscripts/spyder/spyder/widgets/editor.py", line 1394, in close_file
new_index = self._get_previous_file_index()
File "/Users/quentinpeter/pyscripts/spyder/spyder/widgets/editor.py", line 1757, in _get_previous_file_index
w_id = self.stack_history.pop(last)
File "/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/_collections_abc.py", line 993, in pop
v = self[index]
File "/Users/quentinpeter/pyscripts/spyder/spyder/widgets/editor.py", line 307, in getitem
return self.id_list.index(self.history[i])
ValueError: 4342516136 is not in list
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: