We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In function iter_source_code, if a path is_skipped, and is also in visited_dirs, it will be removed from dirnames twice.
This happens if you have symbolic links in code, causing loops, and then try to disable these links using the "-s" parameter to isort.
Would be good to have an option to isort to prevent following symbolic links as well.
The text was updated successfully, but these errors were encountered:
8bd4d3f
@magicl,
Thanks for reporting this issue! It has been fixed in develop and will be pushed to PyPI in the 5.5.0 release.
Thanks!
~Timothy
Sorry, something went wrong.
This change has just been deployed to PyPI in version 5.5.0
No branches or pull requests
In function iter_source_code, if a path is_skipped, and is also in visited_dirs, it will be removed from dirnames twice.
This happens if you have symbolic links in code, causing loops, and then try to disable these links using the "-s" parameter to isort.
Would be good to have an option to isort to prevent following symbolic links as well.
The text was updated successfully, but these errors were encountered: