From: Anil-Kumar Vengalil Date: Tue, 15 Dec 2009 16:38:40 +0000 (+0000) Subject: typo X-Git-Tag: sfa-0.9-7~130 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=c80f5f4e70735193224a009df3bf63a5fe56b95b typo --- diff --git a/sfa/methods/get_ticket.py b/sfa/methods/get_ticket.py index 188029db..a46e3468 100644 --- a/sfa/methods/get_ticket.py +++ b/sfa/methods/get_ticket.py @@ -72,7 +72,7 @@ class get_ticket(Method): # remove nodes that are not available at this interface from the rspec valid_rspec = RSpec(xml=manager.get_rspec(self.api)) valid_nodes = valid_rspec.getDictsByTagName('NodeSpec') - vaild_hostnames = [node['name'] for node in valid_nodes] + valid_hostnames = [node['name'] for node in valid_nodes] rspec_object = RSpec(xml=rspec) rspec_object.filter(tagname='NodeSpec', attribute='name', whitelist=valid_hostnames) rspec = rspec_object.toxml()