From: Sapan Bhatia Date: Mon, 13 Jul 2009 20:50:45 +0000 (+0000) Subject: Typo X-Git-Tag: sfa-0.9-0@14641~63 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ace26da65405f3c3c4a950ee0bf64217f0574e25;p=sfa.git Typo --- diff --git a/sfa/methods/get_resources.py b/sfa/methods/get_resources.py index d929635f..3dd3658f 100644 --- a/sfa/methods/get_resources.py +++ b/sfa/methods/get_resources.py @@ -31,7 +31,7 @@ class get_resources(Method): returns = Parameter(str, "String representatin of an rspec") def call(self, cred, hrn=None): - sfa_aggregate_type = Config().get_sfa_aggregate_type()=='pl' + sfa_aggregate_type = Config().get_aggregate_rspec_type()=='pl' if (sfa_aggregate_type == 'pl'): self.api.auth.check(cred, 'listnodes') nodes = Nodes(self.api)