Skip to content

Commit

Permalink
fix target attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilchreis committed Nov 12, 2024
1 parent 0ef8ecc commit 217aba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/secop_ophyd/SECoPDevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ def __init__(self, secclient: AsyncFrappyClient, module_name: str):
for parameter in READABLE_PARAMS:
if parameter not in module_desc["parameters"].keys():
continue
parameter = "value"
properties = module_desc["parameters"][parameter]

# generate new root path
Expand Down

0 comments on commit 217aba7

Please sign in to comment.