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

fix

parent e829c278
No related branches found
No related tags found
No related merge requests found
Pipeline #83825 passed
......@@ -37,6 +37,7 @@ def get_pv(pvlist: str):
for pv in pvs:
if (
result[pv.pvname]["count"] is not None
and result[pv.pvname]["value"] is not None
and result[pv.pvname]["count"] > 1
and type(result[pv.pvname]["value"]) != list
):
......
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