delete: Fix bogus error report if storage delete succeeds

This commit is contained in:
Cole Robinson 2011-03-24 12:59:40 -04:00
parent 4265e56316
commit 712981f256

View File

@ -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