Skip to content

Commit

Permalink
fix panda missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Aug 1, 2024
1 parent 89886d9 commit 64e281b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dodal/beamlines/b01-1.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def panda(
return device_instantiation(
device_factory=HDFPanda,
name="panda",
prefix="-EA-PANDA-01",
# prefix="-EA-PANDA-01:CLOCK:PVI_PV",
prefix="-EA-PANDA-01:",
wait=wait_for_connection,
fake=fake_with_ophyd_sim,
directory_provider=static_directory_provider,
Expand Down

0 comments on commit 64e281b

Please sign in to comment.