Mercurial > repos > fubar > tool_factory_2
changeset 5:e9c858c8aa6e draft
Uploaded
author | fubar |
---|---|
date | Sun, 11 Jan 2015 23:06:21 -0500 |
parents | b85a3b92e9f7 |
children | 81198714ac8e |
files | rgToolFactory2.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rgToolFactory2.py Sun Jan 11 23:03:00 2015 -0500 +++ b/rgToolFactory2.py Sun Jan 11 23:06:21 2015 -0500 @@ -198,7 +198,7 @@ tscript.write(self.script) tscript.close() self.indentedScript = "<![CDATA[%s]]>" % '\n'.join([' %s' % x for x in rx]) # for restructured text in help - self.escapedScript = "<![CDATA[%s]]>" % self.script) + self.escapedScript = "<![CDATA[%s]]>" % self.script self.elog = os.path.join(self.opts.output_dir,"%s_error.log" % self.toolname) if opts.output_dir: # may not want these complexities self.tlog = os.path.join(self.opts.output_dir,"%s_runner.log" % self.toolname)