X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FListResources.py;h=80b483e1ad60d4a783734f685253bdb5baa714cb;hb=c84915a8afc1d64a238686935577b0e84ed8a567;hp=bcc1b236d96835ef955dab1bc91d4f9361aa1b6b;hpb=7fb0fb6aac550dab44cae76b2e20bfdb3c64adcc;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']: