Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fernandes committed May 20, 2024
1 parent f96abb2 commit 5e827be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/slits/i24_slits_04_virtual_motors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class I24Slits04VirtualMotors(GapAndCenterSlit2d):
x_center: Device = Component(SlitMotor, "X:CENTRE")
x_size: Device = Component(SlitMotor, "X:SIZE")

x_center: Device = Component(SlitMotor, "Y:CENTRE")
y_center: Device = Component(SlitMotor, "Y:CENTRE")
y_size: Device = Component(SlitMotor, "Y:SIZE")

def set(self, position_tuple):
Expand Down

0 comments on commit 5e827be

Please sign in to comment.