Skip to content

Commit

Permalink
MNT: Change for compatibility with #73.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandohds564 committed Jul 13, 2018
1 parent 8d01b84 commit 639a8e7
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 639a8e7

Please sign in to comment.