Skip to content

Commit

Permalink
Merge pull request #37 from lnls-sirius/PR-change-csdevice
Browse files Browse the repository at this point in the history
MNT: Change for compatibility with #73.
  • Loading branch information
fernandohds564 authored Jul 13, 2018
2 parents 8d01b84 + 639a8e7 commit 2a52b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion as-ma/scripts/sirius-ioc-as-ma.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_manames(bbbname):
manames = set()
psnames = PSSearch.conv_bbbname_2_psnames(bbbname)
for psname in psnames:
maname = MASearch.conv_psname_2_maname_pwrsupply(psname[0])
maname = MASearch.conv_psname_2_psmaname(psname[0])
if maname is None:
continue
manames.add(maname)
Expand Down

0 comments on commit 2a52b76

Please sign in to comment.