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 non-countable warning for iterable values #17

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

nickbeen
Copy link
Owner

@nickbeen nickbeen commented Apr 8, 2024

What does this pull request do?

This PR fixes a warning about the iterate() method not being compatible with count() which is needed for iterating over arrays and other iterable data.

@nickbeen nickbeen added the fixed For any bug fixes label Apr 8, 2024
@nickbeen nickbeen merged commit 269f443 into main Apr 8, 2024
7 checks passed
@nickbeen nickbeen deleted the iterate-patch branch April 8, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed For any bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant