Skip to content

Commit

Permalink
Make beamline name and prefix consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph authored and stan-dot committed Jan 27, 2025
1 parent 141e248 commit 2fb66bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dodal/beamlines/i20_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from dodal.log import set_beamline as set_log_beamline
from dodal.utils import BeamlinePrefix, get_beamline_name

BL = get_beamline_name("i20_1")
PREFIX = BeamlinePrefix(BL)
BL = get_beamline_name("i20-1")
PREFIX = BeamlinePrefix(BL, suffix="J")
set_log_beamline(BL)
set_utils_beamline(BL)

Expand Down

0 comments on commit 2fb66bf

Please sign in to comment.