From 7c77c6e2df292b85de92b8920da4499e15ff9755 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 27 May 2013 11:26:26 +0200 Subject: [PATCH] [entropy.client.services] fix typo in method call --- lib/entropy/client/services/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entropy/client/services/interfaces.py b/lib/entropy/client/services/interfaces.py index 7bfb02d47..52ef67929 100644 --- a/lib/entropy/client/services/interfaces.py +++ b/lib/entropy/client/services/interfaces.py @@ -1551,7 +1551,7 @@ class RepositoryWebService(WebService): "repository configuration blocks updates " "through Entropy WebServices") return False - return self.service_available(self, cache = cache, cached = cached) + return self.service_available(cache = cache, cached = cached) def service_available(self, cache = True, cached = False): """