Skip to content

Commit

Permalink
fix slit 4 values
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jul 17, 2024
1 parent 84b08a7 commit d0314f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dodal/beamlines/i22.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def slits_4(
) -> Slits:
return device_instantiation(
SpecialSlitsi22,
f"slits_{4}",
f"-AL-SLITS-{4:02}:", # todo maybe this is wrong
"slits_4",
"-AL-SLITS-04:", # todo maybe this is wrong
wait_for_connection,
fake_with_ophyd_sim,
)
Expand Down

0 comments on commit d0314f2

Please sign in to comment.