mirror of https://git.48k.eu/ogcp
views: remove unused variable partition_text
parent
d840e4af37
commit
4616e3dcf5
|
@ -2489,9 +2489,6 @@ def action_image_update():
|
|||
continue
|
||||
|
||||
partition_value = f"{part.get('disk')} {part.get('partition')} {part.get('code')}"
|
||||
partition_text = f"Disk {part.get('disk')} | Partition {part.get('partition')} "
|
||||
f"| {PART_TYPE_CODES.get(part.get('code'), 'UNKNOWN')} "
|
||||
f"{FS_CODES.get(part.get('filesystem'), 'UNKNOWN')}"
|
||||
|
||||
form.os.choices.append(
|
||||
(partition_value,
|
||||
|
|
Loading…
Reference in New Issue