From: Sapan Bhatia Date: Wed, 2 Sep 2009 03:20:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: sfa-0.9-1~35 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=f2f27acad9b32030973f924b1210c989055ebf67;p=sfa.git --- diff --git a/sfatables/commands/Add.py b/sfatables/commands/Add.py index c13c714a..d67b54f6 100644 --- a/sfatables/commands/Add.py +++ b/sfatables/commands/Add.py @@ -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()