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] = {}