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

mypy: fix typing error for tree-sitter.Node.text #2015

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

arthurscchan
Copy link
Contributor

For py-tree-sitter.Node class, the text attribute is defined as Optional[bytes] thus it is necessary to check if it is None before calling decode() on it to avoid possible runtime exception and mypy errors. This PR fixes this typing problem in newly introduced code from #2011.

@arthurscchan arthurscchan marked this pull request as ready for review January 22, 2025 16:47
@DavidKorczynski DavidKorczynski merged commit 3a7d390 into ossf:main Jan 22, 2025
11 checks passed
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.

2 participants