From: Thierry Parmentelat Date: Wed, 28 May 2014 10:30:56 +0000 (+0200) Subject: describe now returns something so we can properly fetch the rspec in there X-Git-Tag: sfa-3.1-5~8 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=ffe971916b51a784c392ec65e131e06abe9e66c5 describe now returns something so we can properly fetch the rspec in there --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 6ab2f5eb..86589109 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1173,7 +1173,7 @@ use this if you mean an authority instead""") if options.file is not None: save_rspec_to_file(value['geni_rspec'], options.file) if (self.options.raw is None) and (options.file is None): - display_rspec(value, options.format) + display_rspec(value['geni_rspec'], options.format) return