1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-18 21:10:17 +01:00

Removed unused variable

This commit is contained in:
2021-07-05 12:07:56 +02:00
parent 2d83519b1c
commit be91f6b827

1
box.py
View File

@@ -564,7 +564,6 @@ class VBoxManage:
images = []
for sc in gebtn('StorageController'):
name = sc.getAttribute('name')
for ad in sc.getElementsByTagName('AttachedDevice'):
if not ad.getElementsByTagName('Image'):
continue