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

Tickets/DM-47619: Add support to RemoteGroup for disabling checks for a list of components #185

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

MarcoRocchietti
Copy link
Contributor

No description provided.

Copy link
Member

@tribeiro tribeiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, I only have one comment about the argument name on that _remote_name_to_attr_format.

@@ -317,6 +317,26 @@ def __init__(
asyncio.gather(*start_task_list) if len(start_task_list) > 0 else None
)

@staticmethod
def _remote_name_to_attr_format(salobj_remote_name: str) -> str:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider renaming salobj_remote_name -> component_name.

@MarcoRocchietti MarcoRocchietti merged commit 21b8305 into develop Dec 13, 2024
5 checks passed
@MarcoRocchietti MarcoRocchietti deleted the tickets/DM-47619 branch December 13, 2024 18:34
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