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

change path to load_script

parent a20fc864
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ devices_dictionary: dict[object] = instantiate()
wait_for_device_connection(devices_dictionary)
# Create global variables from the "devices"
add_to_global_scope(devices_dictionary)
add_to_global_scope(devices_dictionary, globals())
# in this file all the imports useful to the beamline
from bessyii.utils.script_load_helper import simple_load
from bessyii.load_script import simple_load
from .beamline import *
from bessyii.preprocessor.avoid_injection import SupplemetalDataInjection
......
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