X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fclient%2Fsfi.py;h=067fd9c15c8f1ebb5e61e455e31b0158f9e90c2f;hb=ec119c68825b2b16a249d120422739e3f7b32a9d;hp=3695f9a25e1c1bbd89db6ff871a5b5d483f8ebfb;hpb=f4f7e930abff2081bb8ad174116f74f6b258160b;p=sfa.git diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 3695f9a2..067fd9c1 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -872,6 +872,8 @@ or version information about sfi itself self.print_help() sys.exit(1) hrn = args[0] + # xxx should set details=True here but that's not in the xmlrpc interface ... + # record_dicts = self.registry().Resolve(hrn, self.my_credential_string, details=True) record_dicts = self.registry().Resolve(hrn, self.my_credential_string) record_dicts = filter_records(options.type, record_dicts) if not record_dicts: