X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FListResources.py;fp=sfa%2Fmethods%2FListResources.py;h=80b483e1ad60d4a783734f685253bdb5baa714cb;hb=b4337060a7f0d2373d7429f58d5a93d47fa22b66;hp=bcc1b236d96835ef955dab1bc91d4f9361aa1b6b;hpb=430896c90f993b77c80b830ae7d1b349e4ba6d58;p=sfa.git diff --git a/sfa/methods/ListResources.py b/sfa/methods/ListResources.py index bcc1b236..80b483e1 100644 --- a/sfa/methods/ListResources.py +++ b/sfa/methods/ListResources.py @@ -38,7 +38,7 @@ class ListResources(Method): origin_hrn = Credential(string=valid_creds[0]).get_gid_caller().get_hrn() # get manager for this interface manager = self.api.get_interface_manager() - rspec = manager.get_rspec(self.api, valid_creds, options) + rspec = manager.get_rspec(self.api, creds, options) # filter rspec through sfatables if self.api.interface in ['aggregate']: