Fix issue 2906

pull/2915/merge
Ton Kersten 12 years ago committed by Michael DeHaan
parent 56e3cef60c
commit 8926684942

@ -626,6 +626,7 @@ class LinuxHardware(Hardware):
d['host'] = m.group(1)
d['holders'] = []
if os.path.isdir(sysdir + "/holders"):
for folder in os.listdir(sysdir + "/holders"):
if not folder.startswith("dm-"):
continue

Loading…
Cancel
Save