Skip to content

Commit

Permalink
FIX: force EnumSignal to claim to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Dec 9, 2022
1 parent 5789fa0 commit 52b199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get(self, *, as_string=True, **kwargs):
def describe(self):
desc = super().describe()
desc[self.name]["enum_strs"] = self._enum_strs

desc[self.name]['dtype'] = 'string'
return desc


Expand Down

0 comments on commit 52b199d

Please sign in to comment.