From 8a72ea951407d90bdeb05e27976197b330db4247 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Mon, 2 Dec 2013 20:19:27 +0100 Subject: [PATCH] sfi.py: fix storing adv rspec in a file --- sfa/client/sfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index cfacd567..6bb41c9c 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1098,7 +1098,7 @@ use this if you mean an authority instead""") if self.options.raw: save_raw_to_file(result, self.options.raw, self.options.rawformat, self.options.rawbanner) if options.file is not None: - save_rspec_to_file(value['geni_rspec'], options.file) + save_rspec_to_file(value, options.file) if (self.options.raw is None) and (options.file is None): display_rspec(value, options.format) -- 2.43.0