We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2ae0a commit 1794028Copy full SHA for 1794028
src/cli/hdinfo.py
@@ -38,7 +38,7 @@ def get_hd_info(hdtype, name=None):
38
39
def get_all_ifmac():
40
try:
41
- buf = get_hd_info(HT_IFMAC, name='*')
+ buf = Pytransform3.get_hd_info(HT_IFMAC, name='*')
42
i = 0
43
n = len(buf)
44
rlist = []
0 commit comments