Skip to content
Snippets Groups Projects
Commit e17325ec authored by Emanuele Laface's avatar Emanuele Laface
Browse files

fix

parent f333c8f5
No related branches found
No related tags found
No related merge requests found
Pipeline #67055 passed
...@@ -38,10 +38,10 @@ async def get_pv(pvlist: str): ...@@ -38,10 +38,10 @@ async def get_pv(pvlist: str):
result = {} result = {}
for pv in pvs: for pv in pvs:
result[pv.pvname] = pv._args result[pv.pvname] = pv._args
# if pv.connected: # if pv.connected:
# pv.clear_auto_monitor() # pv.clear_auto_monitor()
# pv.clear_callbacks() # pv.clear_callbacks()
# pv.disconnect() # pv.disconnect()
return result return result
......
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