bug-fix: the output should be saved in the file specified by the user and not in...
[sfa.git] / sfa / client / sfi.py
index 88f0a22..8d323c8 100755 (executable)
@@ -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