bugfix - sfi remove was broken
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 5 Jun 2014 07:01:03 +0000 (09:01 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 5 Jun 2014 07:01:03 +0000 (09:01 +0200)
sfa/client/sfi.py

index 7dc7ee0..94045b0 100644 (file)
@@ -1103,7 +1103,10 @@ use this if you mean an authority instead""")
         if options.show_credential:
             show_credentials(auth_cred)
         remove = self.registry().Remove(hrn, auth_cred, type)
-        return self.success (remove)
+        # xxx looks like the result here is not ReturnValue-compatible
+        #return self.success (remove)
+        # xxx should analyze result
+        return 0
     
     # ==================================================================
     # Slice-related commands