Skip to content
Snippets Groups Projects
Commit 87811e34 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Libera Brillance Plus configuration is a list

parent 2c095804
Branches
Tags 2.1
No related merge requests found
......@@ -350,7 +350,7 @@ def sync_all_bpm():
# Set a group of Libera Brillance Plus EVRX board, from FofbTool configuration
lbpevrx = tango.Group('lbpevrx')
lbpevrx.add(FofbTool.Configuration.config["tangopath"]["lbpevrx"])
lbpevrx.add(FofbTool.Configuration.config["tangopath"]["lbpevrx"].split())
tcentral = tango.DeviceProxy(FofbTool.Configuration.config["tangopath"]["timing-central"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment