Skip to content

Commit

Permalink
Replaced "-" with blank space to avoid screen naming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisFSegalla committed Jan 21, 2025
1 parent 7530b8d commit 0cf0f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fastcs_odin/odin_adapter_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ def _create_attributes(self):
group=group,
)
self.attributes[parameter.name] = attr
self.attributes[parameter.name.replace("-", "")] = attr

0 comments on commit 0cf0f88

Please sign in to comment.