Skip to content
Snippets Groups Projects
Commit 65e20d2b authored by Simone Vadilonga's avatar Simone Vadilonga
Browse files

correct path to tools.py to use non capitalized beamline_config folder

parent 20f6d63a
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ d2scan_plan = d2scan
tweak_plan = tweak
# Retrieve plan names from plans.py
plan_names = get_imported_objects('/opt/bluesky/beamlinetools/beamlinetools/BEAMLINE_CONFIG/plans.py')
plan_names = get_imported_objects('/opt/bluesky/beamlinetools/beamlinetools/beamline_config/plans.py')
# Retrieve plan names
create_magics_from_list(plan_names)
......
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