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
isort-identify-imports fails with FileNotFoundError. The same problem occurs when the files is unreadable due to permission issues.
In the case of isort, it is not an error but UserWarning. So I believe isort-identify-imports should do the same.
Emacs creates a lock file with a name like .#some_file.py as a symbolic link to a nonexistent target when there are unsaved changes in the buffer. As a result, running isort-identify-imports with an unsaved buffer in Emacs will result in an error.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
isort-identify-imports fails with FileNotFoundError. The same problem occurs when the files is unreadable due to permission issues.
In the case of isort, it is not an error but UserWarning. So I believe isort-identify-imports should do the same.
Emacs creates a lock file with a name like
.#some_file.py
as a symbolic link to a nonexistent target when there are unsaved changes in the buffer. As a result, running isort-identify-imports with an unsaved buffer in Emacs will result in an error.The text was updated successfully, but these errors were encountered: