-
-
Notifications
You must be signed in to change notification settings - Fork 598
Pipe redirection broken on Python2.7 since 4.3.13 #948
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
Labels
bug
Something isn't working
Comments
Hi @ionelmc, Thanks for reporting this issue: After some investigation, I've confirmed it was fixed for Python3+, but remains broken on Python2: Python3:
Python2.7:
I'll work on a hotfix release to fix the Python2 behavior as well shortly. Thanks! ~TImothy |
This has been fixed in isort 4.3.20:
Thanks! ~Timothy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All versions since 4.3.13 (including) produce this problem:
It would look like #895 is the same bug but then 3.3.15 still produces this problem.
I'll be using 4.3.12 meanwhile ...
The text was updated successfully, but these errors were encountered: