changeset 20:42c28d9fc836 draft

Uploaded
author fubar
date Sat, 27 Jul 2013 20:57:05 -0400
parents 372ce0323554
children 1fe9db11189b
files rgedgeR/rgToolFactory.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rgedgeR/rgToolFactory.py	Sat Jul 27 20:55:31 2013 -0400
+++ b/rgedgeR/rgToolFactory.py	Sat Jul 27 20:57:05 2013 -0400
@@ -133,7 +133,7 @@
         self.indentedScript = '\n'.join([' %s' % x for x in s]) # for restructured text in help
         self.escapedScript = '\n'.join([html_escape(x) for x in s])
         self.elog = os.path.join(self.opts.output_dir,"%s_error.log" % self.toolname)
-            if opts.output_dir: # may not want these complexities 
+        if opts.output_dir: # may not want these complexities 
             self.tlog = os.path.join(self.opts.output_dir,"%s_runner.log" % self.toolname)
             art = '%s.%s' % (self.toolname,opts.interpreter)
             artpath = os.path.join(self.opts.output_dir,art) # need full path