describe now returns something so we can properly fetch the rspec in there
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 28 May 2014 10:30:56 +0000 (12:30 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 28 May 2014 10:30:56 +0000 (12:30 +0200)
sfa/client/sfi.py

index 6ab2f5e..8658910 100644 (file)
@@ -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