X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FGetTicket.py;h=54978e7e670df5db57207b1988dcf1f395c1a1f4;hb=02a4a59a4a49183ec8c631cc03243b97f4602d50;hp=2223e3738d3712e6ea40d4ee097395a5bb305ac5;hpb=90ab94deecf2371c199d56cd35f0fd4fd20233e4;p=sfa.git diff --git a/sfa/methods/GetTicket.py b/sfa/methods/GetTicket.py index 2223e373..54978e7e 100644 --- a/sfa/methods/GetTicket.py +++ b/sfa/methods/GetTicket.py @@ -36,7 +36,7 @@ class GetTicket(Method): returns = Parameter(str, "String representation of a ticket object") - def call(self, xrn, creds, rspec, users, options={}): + def call(self, xrn, creds, rspec, users, options): hrn, type = urn_to_hrn(xrn) # Find the valid credentials valid_creds = self.api.auth.checkCredentials(creds, 'getticket', hrn)