(no commit message)
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 2 Sep 2009 03:20:17 +0000 (03:20 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 2 Sep 2009 03:20:17 +0000 (03:20 +0000)
sfatables/commands/Add.py

index c13c714..d67b54f 100644 (file)
@@ -52,7 +52,7 @@ class Add(Command):
         pdb.set_trace()
         chain = command_options.args[0]
         filename = self.getnextfilename('match',chain)
-        xmldoc.saveFile(filename)
+        xmldoc.saveFile(match_dir + '/' + chain + '/' + filename)
         p.xpathFreeContext()
         xmldoc.freeDoc()