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
1.Probably a weird corner case that involves me doing things that are very contrary to best practices. Renaming directories on the fly and then trying to move forward / backward in the File Explorer history caused the error. Also noticed issues with properly refreshing directory contents, etc.
What is the expected output? What do you see instead?
Please provide any additional information below
File "/home/immersinn/.virtualenvs/networks/lib/python3.5/site-packages/spyder/widgets/explorer.py", line 1132, in chdir
os.chdir(directory)
FileNotFoundError: [Errno 2] No such file or directory: '/home/immersinn/gits/networks/learning-path'
Traceback (most recent call last):
File "/home/immersinn/.virtualenvs/networks/lib/python3.5/site-packages/spyder/widgets/explorer.py", line 1097, in go_to_previous_directory
self.chdir(browsing_history=True)
File "/home/immersinn/.virtualenvs/networks/lib/python3.5/site-packages/spyder/widgets/explorer.py", line 1135, in chdir
except PermissionError:
UnboundLocalError: local variable 'PermissionError' referenced before assignment
Description
What steps will reproduce the problem?
1.Probably a weird corner case that involves me doing things that are very contrary to best practices. Renaming directories on the fly and then trying to move forward / backward in the File Explorer history caused the error. Also noticed issues with properly refreshing directory contents, etc.
What is the expected output? What do you see instead?
Please provide any additional information below
File "/home/immersinn/.virtualenvs/networks/lib/python3.5/site-packages/spyder/widgets/explorer.py", line 1132, in chdir
os.chdir(directory)
FileNotFoundError: [Errno 2] No such file or directory: '/home/immersinn/gits/networks/learning-path'
Traceback (most recent call last):
File "/home/immersinn/.virtualenvs/networks/lib/python3.5/site-packages/spyder/widgets/explorer.py", line 1097, in go_to_previous_directory
self.chdir(browsing_history=True)
File "/home/immersinn/.virtualenvs/networks/lib/python3.5/site-packages/spyder/widgets/explorer.py", line 1135, in chdir
except PermissionError:
UnboundLocalError: local variable 'PermissionError' referenced before assignment
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: