Remove unexpected property

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-08-12 21:08:00 +02:00
parent 8037182dcd
commit b712d0f6f3
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

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