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

Wrap filter call in list(). #46

Conversation

iwanders
Copy link
Contributor

In python3 filter returns a generator, the other code assumes it is a list.

Fyi @mikepurvis @jasonimercer

In python3 filter returns a generator, the other code assumes it is a list.
@dirk-thomas
Copy link
Contributor

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit 09f8c14 into ros-visualization:master Jan 31, 2020
dirk-thomas pushed a commit that referenced this pull request Jan 31, 2020
In python3 filter returns a generator, the other code assumes it is a list.
@dirk-thomas
Copy link
Contributor

Cherry-picked to the crystal-devel branch: fc046d7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants