Remove unexpected property
This commit is contained in:
parent
8037182dcd
commit
b712d0f6f3
@ -164,7 +164,7 @@ class NetVMMixin(qubes.events.Emitter):
|
||||
pass
|
||||
|
||||
try:
|
||||
vm.attach_network(wait=False)
|
||||
vm.attach_network()
|
||||
except qubes.exc.QubesException:
|
||||
vm.log.warning('Cannot attach network', exc_info=1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user