bug-fix: the output should be saved in the file specified by the user and not in...
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Sun, 13 Dec 2009 23:05:03 +0000 (23:05 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Sun, 13 Dec 2009 23:05:03 +0000 (23:05 +0000)
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