Skip to content
Snippets Groups Projects
Commit afee39cd authored by Samuel GARNIER's avatar Samuel GARNIER
Browse files

Fix success flag on disable comcorr

parent 3d30869d
No related branches found
No related tags found
No related merge requests found
......@@ -570,6 +570,7 @@ class DG_PY_FOFBTool(Device):
:return:None
"""
self.info_stream("Disable COMCORR")
success=True
for cn, psc in zip(self.tangopath_cellnode, self.comcorr_pscid):
pscid = [int(b) for b in psc.split()]
self.debug_stream("Set {} to {}, not enabling line".format(cn, pscid))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment