Fix DomainPool missing a continue
This commit is contained in:
parent
35974a5dbf
commit
17790c32bb
@ -79,6 +79,7 @@ class DomainPool(Pool):
|
|||||||
else:
|
else:
|
||||||
msg = ("{!s} vm's device path {!s} contains unsafe characters")
|
msg = ("{!s} vm's device path {!s} contains unsafe characters")
|
||||||
self.vm.log.error(msg.format(self.vm.name, atr))
|
self.vm.log.error(msg.format(self.vm.name, atr))
|
||||||
|
continue
|
||||||
|
|
||||||
if name not in devices.keys():
|
if name not in devices.keys():
|
||||||
devices[name] = {}
|
devices[name] = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user