Wojtek Porczyk 8 anni fa
parent
commit
e47043ebd7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      qubes/vm/qubesvm.py

+ 1 - 0
qubes/vm/qubesvm.py

@@ -1223,6 +1223,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
                 self, 'Cannot clone a running domain {!r}'.format(self.name))
 
         if hasattr(src, 'volume_config'):
+            # pylint: disable=attribute-defined-outside-init
             self.volume_config = src.volume_config
         self.storage = qubes.storage.Storage(self)
         self.storage.clone(src)