From: Anil-Kumar Vengalil Date: Sun, 13 Dec 2009 23:05:03 +0000 (+0000) Subject: bug-fix: the output should be saved in the file specified by the user and not in... X-Git-Tag: sfa-0.9-7~146 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=eb884855df7dc53522b77ec558edd5cd619c5245 bug-fix: the output should be saved in the file specified by the user and not in user.gid --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 88f0a22e..8d323c84 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -547,7 +547,7 @@ class Sfi: if opts.file: file = opts.file if not file.startswith(os.sep): - file = os.path.join(self.options.sfi_dir, get_leaf(self.user) + ".gid") + file = os.path.join(self.options.sfi_dir, file) save_records_to_file(file, list) return