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

no error when checking path that doesn't exist #10136

Open
DetachHead opened this issue Dec 13, 2024 · 0 comments
Open

no error when checking path that doesn't exist #10136

DetachHead opened this issue Dec 13, 2024 · 0 comments
Labels
Bug 🪲 Needs PR This issue is accepted, sufficiently specified and now needs an implementation

Comments

@DetachHead
Copy link
Contributor

DetachHead commented Dec 13, 2024

Bug description

when running pylint on a non-existent path, no error is reported and the command exits with code 0

Command used

pylint path_that_doesnt_exist

Pylint output

no output

Expected behavior

error stating that the path does not exist, and non-zero exit code

Pylint version

pylint 3.3.2
astroid 3.3.5
Python 3.13.0 (main, Oct 16 2024, 00:33:24) [MSC v.1929 64 bit (AMD64)]

OS / Environment

windows 11

@DetachHead DetachHead added the Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling label Dec 13, 2024
@Pierre-Sassoulas Pierre-Sassoulas added Bug 🪲 Needs PR This issue is accepted, sufficiently specified and now needs an implementation and removed Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🪲 Needs PR This issue is accepted, sufficiently specified and now needs an implementation
Projects
None yet
Development

No branches or pull requests

2 participants