From 17790c32bb08f182caa768ef260d796a5fd5e28e Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin-` Gadimov Date: Wed, 1 Jun 2016 17:28:55 +0200 Subject: [PATCH] Fix DomainPool missing a continue --- qubes/storage/domain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qubes/storage/domain.py b/qubes/storage/domain.py index e7fc33ca..e2ab388c 100644 --- a/qubes/storage/domain.py +++ b/qubes/storage/domain.py @@ -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] = {}