mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
delete: Ensure storage_errors is always declared
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
a53f35e425
commit
167d2f2f8e
@ -180,6 +180,7 @@ class _vmmDeleteBase(vmmGObjectUI):
|
||||
|
||||
def _async_delete(self, asyncjob, vm, paths):
|
||||
details = ""
|
||||
storage_errors = []
|
||||
try:
|
||||
self._destroy_vm(vm)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user