Skip to content

Commit 15ccbd6

Browse files
authored
Update use_zfs.py
1 parent 6f72ca2 commit 15ccbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/use_zfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def __init__(self, button3):
276276
for disk in zfs_disk_query():
277277
dsk = disk.partition(':')[0].rstrip()
278278
if dsk.startswith("da"):
279-
continue
279+
continue
280280
dsk_name = disk.partition(':')[2].rstrip()
281281
dsk_size = zfs_disk_size_query(dsk).rstrip()
282282
self.store.append(None, [dsk, dsk_size, dsk_name, False])

0 commit comments

Comments
 (0)