This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 187
path to file is lowercased #179
Milestone
Comments
Thanks for reporting this, I'll try to get on it as soon as I can, but it will probably take me a few days. |
From what I can tell, pydocstyle opens the file without changing the casing. I think pydocstyle is just lower-casing the path when it prints it though. Is that what is causing problems for atom-pydocstyle? |
@sigmavirus24 yes, excatly that's the problem. |
@sigmavirus24 works 100% thanks a lot. |
I think @Nurdok might want to leave this open until that's merged. Thanks for confirming though @BrnoPCmaniak |
sigmavirus24
added a commit
to sigmavirus24/pep257
that referenced
this issue
Mar 27, 2016
This leads to problems for tools integrating with pydocstyle, e.g., atom linter-pydocstyle Closes PyCQA#179
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I enter full path to file in output the path is lowecased. This leads to errors in for example atom-pydocstyle because it opens files which don't exists.
(...=path is shortened)
The text was updated successfully, but these errors were encountered: