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

Convert list comprehension to generator #179

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Convert list comprehension to generator #179

merged 1 commit into from
Aug 12, 2019

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Aug 12, 2019

Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

https://github.com/adamchainz/flake8-comprehensions/blob/master/README.rst#c412-unnecessary-list-comprehension---in-can-take-a-generator

See ros2/build_farmer#228

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay self-assigned this Aug 12, 2019
@cottsay cottsay merged commit 3714573 into master Aug 12, 2019
@delete-merged-branch delete-merged-branch bot deleted the flake8_c412 branch August 12, 2019 20:25
dirk-thomas pushed a commit that referenced this pull request Oct 10, 2019
Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

Signed-off-by: Scott K Logan <logans@cottsay.net>
(cherry picked from commit 3714573)
dirk-thomas added a commit that referenced this pull request Oct 10, 2019
Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

Signed-off-by: Scott K Logan <logans@cottsay.net>
(cherry picked from commit 3714573)
kenji-miyake pushed a commit to kenji-miyake/ament_lint that referenced this pull request Oct 20, 2021
Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

Signed-off-by: Scott K Logan <logans@cottsay.net>
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.

None yet

2 participants