From: Tony Mack Date: Fri, 20 Nov 2009 19:28:06 +0000 (+0000) Subject: renamed attributes variable to data X-Git-Tag: sfa-0.9-7~306 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=13210daa158d0ccf5d1926ef5e6eeb6b4c42fdfd;p=sfa.git renamed attributes variable to data --- diff --git a/sfa/methods/get_ticket.py b/sfa/methods/get_ticket.py index 293734f4..1c7ed637 100644 --- a/sfa/methods/get_ticket.py +++ b/sfa/methods/get_ticket.py @@ -89,7 +89,7 @@ class get_ticket(Method): 'slivers': sliver } - new_ticket.set_attributes(attributes) + new_ticket.set_attributes(data) new_ticket.set_rspec(rspec) new_ticket.set_parent(self.api.auth.hierarchy.get_auth_ticket(auth_hrn))