Skip to content

Commit 27f790d

Browse files
committed
Fix find dirs to use beamline domain
1 parent 497529e commit 27f790d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/techui_builder/main_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def main(
115115

116116
gui = Builder(techui=filename)
117117

118-
ixx_services_dir, synoptic_dir = find_dirs(filename, gui.conf.beamline.location)
118+
ixx_services_dir, synoptic_dir = find_dirs(filename, gui.conf.beamline.domain)
119119

120120
bob_file = find_bob(bobfile, synoptic_dir)
121121

0 commit comments

Comments
 (0)