mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-15 09:53:37 -06:00
delete: Fix bogus error report if storage delete succeeds
This commit is contained in:
parent
4265e56316
commit
712981f256
@ -148,6 +148,7 @@ class vmmDeleteDialog(vmmGObjectUI):
|
||||
def _async_delete(self, asyncjob, paths):
|
||||
newconn = None
|
||||
storage_errors = []
|
||||
details = ""
|
||||
|
||||
try:
|
||||
# Open a seperate connection to install on since this is async
|
||||
|
Loading…
Reference in New Issue
Block a user