handle filesystem containing spaces
This commit is contained in:
parent
b0758a6b8b
commit
5588780887
@ -83,7 +83,7 @@ def get_filesystems(zfs_cmd):
|
||||
|
||||
for row in out.splitlines():
|
||||
row = row.decode('UTF-8')
|
||||
ret.add(row.split()[0])
|
||||
ret.add(row.split('\t')[0])
|
||||
return ret
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user