Skip to content

Commit

Permalink
Merge branch 'master' into improve-ps-wfm
Browse files Browse the repository at this point in the history
  • Loading branch information
xresende committed Apr 29, 2024
2 parents 071a2e3 + 9659274 commit 7771eda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions siriuspy/siriuspy/devices/pwrsupply.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def __init__(self, devname, auto_monitor_mon=False, props2init='all'):
name = devname.substitute(dis='MA')
if name.dev == 'B1B2' or (name.sec == 'BO' and name.dev == 'B'):
maname = name.substitute(idx='')
else:
maname = name
self._normalizer = _NormFactory.create(maname)
except:
self._normalizer = None
Expand Down

0 comments on commit 7771eda

Please sign in to comment.