Skip to content
Snippets Groups Projects
Commit a20fc864 authored by Marcel Bajdel's avatar Marcel Bajdel :rocket:
Browse files

change function name in beamline

parent 65e20d2b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ from bessyii_devices_instantiation.beamline_devices import (
wait_for_device_connection,
)
from bessyii.utils.helper import create_global_variables
from bessyii.utils.helper import add_to_global_scope
print('\n\nLOADING beamline.py')
......@@ -24,4 +24,4 @@ devices_dictionary: dict[object] = instantiate()
wait_for_device_connection(devices_dictionary)
# Create global variables from the "devices"
create_global_variables(devices_dictionary)
add_to_global_scope(devices_dictionary)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment