mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-20 05:57:59 +01:00
Removed unused variable
This commit is contained in:
1
box.py
1
box.py
@@ -564,7 +564,6 @@ class VBoxManage:
|
|||||||
|
|
||||||
images = []
|
images = []
|
||||||
for sc in gebtn('StorageController'):
|
for sc in gebtn('StorageController'):
|
||||||
name = sc.getAttribute('name')
|
|
||||||
for ad in sc.getElementsByTagName('AttachedDevice'):
|
for ad in sc.getElementsByTagName('AttachedDevice'):
|
||||||
if not ad.getElementsByTagName('Image'):
|
if not ad.getElementsByTagName('Image'):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user