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 AttributeError when accessing component container name #177

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

jacobperron
Copy link
Member

self.__target_container is not necessarily an ExecuteProcess action, and therefore may not have a 'name' attribute.

`self.__target_container` is not necessarily an ExecuteProcess action, and therefore may not have a 'name' attribute.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron added the bug Something isn't working label Sep 15, 2020
@jacobperron jacobperron self-assigned this Sep 15, 2020
@jacobperron jacobperron added this to Proposed in Foxy Patch Release 3 via automation Sep 15, 2020
@jacobperron jacobperron moved this from Proposed to Needs backport in Foxy Patch Release 3 Sep 15, 2020
@jacobperron
Copy link
Member Author

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

@jacobperron jacobperron merged commit 18be4d4 into master Oct 2, 2020
@delete-merged-branch delete-merged-branch bot deleted the jacob/fix_get_container_name branch October 2, 2020 21:39
@jacobperron jacobperron removed this from Needs backport in Foxy Patch Release 3 Oct 9, 2020
@jacobperron jacobperron added this to Proposed in Foxy Patch Release 4 via automation Oct 9, 2020
@jacobperron jacobperron moved this from Proposed to Needs backport in Foxy Patch Release 4 Oct 9, 2020
jacobperron added a commit that referenced this pull request Nov 20, 2020
`self.__target_container` is not necessarily an ExecuteProcess action, and therefore may not have a 'name' attribute.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron removed this from Needs backport in Foxy Patch Release 4 Dec 11, 2020
@jacobperron jacobperron added this to Proposed in Foxy Patch Release 5 via automation Dec 11, 2020
@jacobperron jacobperron moved this from Proposed to Needs backport in Foxy Patch Release 5 Dec 11, 2020
jacobperron added a commit that referenced this pull request May 25, 2021
`self.__target_container` is not necessarily an ExecuteProcess action, and therefore may not have a 'name' attribute.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron removed this from Needs backport in Foxy Patch Release 5 May 25, 2021
jacobperron added a commit that referenced this pull request May 27, 2021
`self.__target_container` is not necessarily an ExecuteProcess action, and therefore may not have a 'name' attribute.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants