Merge pull request #37797 from clan/extfs

check count of columns after split
This commit is contained in:
Mike Place 2016-11-24 03:28:59 +02:00 committed by GitHub
commit 87aeb66fbf

View file

@ -245,6 +245,8 @@ def dump(device, args=None):
elif line.startswith('Group') and not line.startswith('Group descriptor size'):
mode = 'blocks'
else:
if len(comps) < 2:
continue
ret['attributes'][comps[0]] = comps[1].strip()
if mode == 'blocks':