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

Fix bug

parent c6da85e0
No related branches found
Tags 2.1.9
No related merge requests found
Pipeline #83803 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