git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0608b07
)
bugfix - sfi remove was broken
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 5 Jun 2014 07:01:03 +0000
(09:01 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 5 Jun 2014 07:01:03 +0000
(09:01 +0200)
sfa/client/sfi.py
patch
|
blob
|
history
diff --git
a/sfa/client/sfi.py
b/sfa/client/sfi.py
index
7dc7ee0
..
94045b0
100644
(file)
--- a/
sfa/client/sfi.py
+++ b/
sfa/client/sfi.py
@@
-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