X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fclient%2Fsfi.py;h=b94dcf621f96dd5754ee34d413f10c126bba5bb7;hp=c32669c9850b7fca35b123e71f373be64e904afd;hb=0a9902d2a55a0a9ac03601345c4284293669012b;hpb=04a3f20dc71bf8b3f96b1e3172623aa346a638a7 diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index c32669c9..b94dcf62 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1261,7 +1261,7 @@ use this if you mean an authority instead""") server = self.sliceapi() # set creds - creds = [self.my_credential] + creds = [self.my_credential_string] if options.delegate: creds.append(self.delegate_cred( cred, get_authority(self.authority)))