parse-error
raised if directory matches standard library name
#4909
Labels
parse-error
raised if directory matches standard library name
#4909
Bug description
pylint
doesn't seem to like it when a directory has the same name as a standard library module, see the output below. I get the same error with something likepylint ./tests
too. It works fine if you specify a specific file, likepylint tests/a.py
.Possibly related: #4444
Configuration
No response
Command used
Pylint output
Expected behavior
No output since all the directories are empty.
Pylint version
OS / Environment
OS (
uname -srvmpio
):Linux 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Shell:
fish 3.3.1
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: