From: Sapan Bhatia Date: Mon, 13 Jul 2009 20:57:51 +0000 (+0000) Subject: Another typo X-Git-Tag: sfa-0.9-0@14641~62 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ec1ac1dc5501e541488913cca5c426157f915186;p=sfa.git Another typo --- diff --git a/sfa/methods/get_resources.py b/sfa/methods/get_resources.py index 3dd3658f..2d846562 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_aggregate_rspec_type()=='pl' + sfa_aggregate_type = Config().get_aggregate_rspec_type() if (sfa_aggregate_type == 'pl'): self.api.auth.check(cred, 'listnodes') nodes = Nodes(self.api)