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
If there is a fifo in the directory tree, isort stops responding.
Steps to reproduce (on linux):
isort # verify that the run completes mkfifo myfifo isort # observe that the run never completes
Presumably it opens the fifo and attempts to read, thus waiting for input which is never coming. I recommend that isort ignores fifo by default.
The text was updated successfully, but these errors were encountered:
Fix issue #792
65064ca
Merge pull request #824 from timothycrosley/feature/fix-issue-792
cd9b070
This has been fixed in develop and will be released today.
Thanks!
~Timothy
Sorry, something went wrong.
No branches or pull requests
If there is a fifo in the directory tree, isort stops responding.
Steps to reproduce (on linux):
Presumably it opens the fifo and attempts to read, thus waiting for input which is never coming.
I recommend that isort ignores fifo by default.
The text was updated successfully, but these errors were encountered: