X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FDescribe.py;h=ae198c0bc04be6cc6de8a4171ab02d512552d3d6;hb=797c6e7020483cdb9d7df41d9d8050c3033f016c;hp=018f80343dcc0e69b9dc46969bf490d3d41691db;hpb=8db6a89b0ccd32462875e45b57fec793279ed455;p=sfa.git diff --git a/sfa/methods/Describe.py b/sfa/methods/Describe.py index 018f8034..ae198c0b 100644 --- a/sfa/methods/Describe.py +++ b/sfa/methods/Describe.py @@ -36,9 +36,10 @@ class Describe(Method): options['geni_rspec_version'] = options['rspec_version'] else: raise SfaInvalidArgument('Must specify an rspec version option. geni_rspec_version cannot be null') - valid_creds = self.api.auth.checkCredentialsSpeaksFor(creds, 'listnodes', urns, - check_sliver_callback = self.api.driver.check_sliver_credentials, - options=options) + valid_creds = self.api.auth.checkCredentialsSpeaksFor( + creds, 'listnodes', urns, + check_sliver_callback = self.api.driver.check_sliver_credentials, + options=options) # get hrn of the original caller origin_hrn = options.get('origin_hrn', None)