bluesky / ophyd-async

Hardware abstraction for bluesky written using asyncio
https://blueskyproject.io/ophyd-async
BSD 3-Clause "New" or "Revised" License
11 stars 26 forks source link

Report Device name in error when using AsyncStatus.wrap #607

Closed jsouter closed 3 weeks ago

jsouter commented 1 month ago

Addresses https://github.com/bluesky/ophyd-async/issues/378

Adds device name to the repr if available, adds in a test to demonstrate this.