Explorar o código

Fix missing parameter in Pool.__init__()

Bahtiar `kalkin-` Gadimov %!s(int64=8) %!d(string=hai) anos
pai
achega
b2c1017488
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qubes/storage/__init__.py

+ 1 - 1
qubes/storage/__init__.py

@@ -287,7 +287,7 @@ class Pool(object):
         raise NotImplementedError("Pool %s has stop() not implemented" %
                                   self.name)
 
-    def init_volume(self, volume_config):
+    def init_volume(self, vm, volume_config):
         ''' Initialize a :py:class:`qubes.storage.Volume` from `volume_config`.
         '''
         raise NotImplementedError("Pool %s has init_volume() not implemented" %