Fix DomainPool missing a continue

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-06-01 17:28:55 +02:00
parent 35974a5dbf
commit 17790c32bb
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

@ -79,6 +79,7 @@ class DomainPool(Pool):
else:
msg = ("{!s} vm's device path {!s} contains unsafe characters")
self.vm.log.error(msg.format(self.vm.name, atr))
continue
if name not in devices.keys():
devices[name] = {}