فهرست منبع

Fixed method signature mismatch.

nuwan_ag 10 سال پیش
والد
کامیت
07d1b38051
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      cloudbridge/cloud/interfaces/services.py

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

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