Skip to content

Commit 41922c6

Browse files
committed
Other missed lines using beamline location
1 parent 27f790d commit 41922c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/techui_builder/main_app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def main(
126126
logger_.debug(
127127
f"""
128128
129-
Builder created for {gui.conf.beamline.location}.
129+
Builder created for {gui.conf.beamline.domain}.
130130
Services directory: {gui._services_dir}
131131
Write directory: {gui._write_directory}
132132
""", # noqa: SLF001
@@ -135,7 +135,7 @@ def main(
135135
gui.setup()
136136
gui.create_screens()
137137

138-
logger_.info(f"Screens generated for {gui.conf.beamline.location}.")
138+
logger_.info(f"Screens generated for {gui.conf.beamline.domain}.")
139139

140140
autofiller = Autofiller(bob_file, gui.conf.components)
141141
autofiller.read_bob()
@@ -145,4 +145,4 @@ def main(
145145

146146
autofiller.write_bob(dest_bob)
147147

148-
logger_.info(f"Screens autofilled for {gui.conf.beamline.location}.")
148+
logger_.info(f"Screens autofilled for {gui.conf.beamline.domain}.")

0 commit comments

Comments
 (0)