bugfix in sfi when running the discover subcommand
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 13 Jan 2017 11:09:17 +0000 (12:09 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 13 Jan 2017 11:09:17 +0000 (12:09 +0100)
sfa/client/sfi.py

index 95acf18..bfff3d3 100644 (file)
@@ -1186,7 +1186,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)))
         if options.show_credential: