Skip to content

Commit

Permalink
Add colon to pvi_get in panda
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Mar 15, 2024
1 parent e030131 commit fc23141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ophyd_async/panda/panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async def connect(
makes all required blocks.
"""
pvi_info = (
await pvi_get(self._prefix + "PVI", timeout=timeout) if not sim else None
await pvi_get(self._prefix + ":PVI", timeout=timeout) if not sim else None

This comment has been minimized.

Copy link
@coretl

coretl Mar 15, 2024

Collaborator

prefix should include the colon

)
_remove_inconsistent_blocks(pvi_info)

Expand Down

0 comments on commit fc23141

Please sign in to comment.