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

Fix FileLoader to skip files not matching to the given pattern #382

Merged
merged 1 commit into from
May 14, 2021

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented May 14, 2021

The previous behavior resulted in a crash when a non-project file is given to steep check.

$ steep check README.md # => Unexpected error: #<NoMethodError: undefined method `name' for nil:NilClass>

@soutaro soutaro merged commit a2ebf98 into master May 14, 2021
@soutaro soutaro deleted the fix-file-loader branch May 14, 2021 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant