Explorar el Código

Fixed method signature mismatch.

nuwan_ag hace 10 años
padre
commit
07d1b38051
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cloudbridge/cloud/interfaces/services.py

+ 1 - 1
cloudbridge/cloud/interfaces/services.py

@@ -453,7 +453,7 @@ class ImageService(PageableObjectMixin, ProviderService):
         pass
 
     @abstractmethod
-    def find(self, name):
+    def find(self, name, limit=None, marker=None):
         """
         Searches for an image by a given list of attributes