Update Disk details before checking labels
This commit is contained in:
parent
bb43c7447d
commit
a6a774beae
1 changed files with 2 additions and 0 deletions
|
|
@ -346,6 +346,8 @@ def get_disks(skip_kits=False) -> list[Disk]:
|
|||
|
||||
# Skip WK disks
|
||||
if skip_kits:
|
||||
for disk in disks:
|
||||
disk.update_details(skip_children=False)
|
||||
disks = [
|
||||
disk_obj for disk_obj in disks
|
||||
if not any(
|
||||
|
|
|
|||
Loading…
Reference in a new issue