From be91f6b82704913be97a8fce0e7a0a30a21b67b1 Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 5 Jul 2021 12:07:56 +0200 Subject: [PATCH] Removed unused variable --- box.py | 1 - 1 file changed, 1 deletion(-) diff --git a/box.py b/box.py index 4642e1b..17035a4 100755 --- a/box.py +++ b/box.py @@ -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