X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FGetTicket.py;h=174bd4c60904fdf134290137b5ab2e80f762ea9c;hb=29df906cd2d154a3b90fcb1b7025f3fc1bb577fe;hp=c21ce169091c40a048465ca1e8058eaf02dea0c3;hpb=561044a25626b0c874f644886539ede0053967fc;p=sfa.git diff --git a/sfa/methods/GetTicket.py b/sfa/methods/GetTicket.py index c21ce169..174bd4c6 100644 --- a/sfa/methods/GetTicket.py +++ b/sfa/methods/GetTicket.py @@ -51,5 +51,5 @@ class GetTicket(Method): rspec = run_sfatables(chain_name, hrn, origin_hrn, rspec) # remove nodes that are not available at this interface from the rspec - return self.api.manager.get_ticket(self.api, xrn, creds, rspec, users) + return self.api.manager.GetTicket(self.api, xrn, creds, rspec, users)