mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
network: Fix detecting when network is deleted through the UI
This commit is contained in:
parent
f431efc9b7
commit
63a575f631
@ -90,7 +90,7 @@ class vmmNetwork(vmmLibvirtObject):
|
||||
|
||||
try:
|
||||
self._set_active(self._backend_get_active())
|
||||
except libvirt.libvirtError:
|
||||
except:
|
||||
logging.debug("force_update_status: Triggering network "
|
||||
"list refresh")
|
||||
self.conn.schedule_priority_tick(pollnet=True, force=True)
|
||||
|
Loading…
Reference in New Issue
Block a user