-
Notifications
You must be signed in to change notification settings - Fork 347
OSError on long command-line args #662
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
Comments
Please consider creating a failing test and fix for this yourself. |
/cc @voidus for the pathlib change that appears to trigger this |
I'm sorry that my change caused these bugs and that I usually take a while to look into them. Definitely keep cc'ing me though! 🙇♂️ |
Thanks a lot for fixing so fast! |
In the logic of django_find_project there exist these lines:
Unfortunately, this means that if there are really long command-line args that this can get a
OSError: [Errno 36] File name too long: ...
which prevents me from, for example, using really long args to pytest's-k
option.Thanks for looking into this.
The text was updated successfully, but these errors were encountered: