Skip to content
New issue

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

isort chokes on fifo #792

Closed
jnewbigin opened this issue Dec 30, 2018 · 1 comment
Closed

isort chokes on fifo #792

jnewbigin opened this issue Dec 30, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@jnewbigin
Copy link

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.

@timothycrosley timothycrosley added the bug Something isn't working label Feb 24, 2019
timothycrosley added a commit that referenced this issue Feb 24, 2019
@timothycrosley
Copy link
Member

This has been fixed in develop and will be released today.

Thanks!

~Timothy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants