Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Jul 1, 2024
1 parent 7a2ae0a commit 1794028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/hdinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_hd_info(hdtype, name=None):

def get_all_ifmac():
try:
buf = get_hd_info(HT_IFMAC, name='*')
buf = Pytransform3.get_hd_info(HT_IFMAC, name='*')
i = 0
n = len(buf)
rlist = []
Expand Down

0 comments on commit 1794028

Please sign in to comment.