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

Return to previous setup

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