From ad28a0323daa0caac96596fa61e57338cd36951f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 5 Dec 2011 15:17:09 +0100 Subject: [PATCH] it's no use to provide a default for options in ListResources since the version is mandatory --- sfa/methods/ListResources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/ListResources.py b/sfa/methods/ListResources.py index bc01935a..04359a04 100644 --- a/sfa/methods/ListResources.py +++ b/sfa/methods/ListResources.py @@ -23,7 +23,7 @@ class ListResources(Method): ] returns = Parameter(str, "List of resources") - def call(self, creds, options={}): + def call(self, creds, options): self.api.logger.info("interface: %s\tmethod-name: %s" % (self.api.interface, self.name)) # client must specify a version -- 2.45.2