From: Brandon King Date: Sat, 17 Nov 2007 02:18:22 +0000 (+0000) Subject: [project @ Minor cleanup patch] X-Git-Tag: 0.1.0~62 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=b284f1894f0fd6133e084f09968fbac87c4aca10 [project @ Minor cleanup patch] --- diff --git a/bin/config_pipeline2.py b/bin/config_pipeline2.py index d421892..ddc5c42 100644 --- a/bin/config_pipeline2.py +++ b/bin/config_pipeline2.py @@ -232,12 +232,6 @@ def config_stderr_handler(line, conf_info): return False -#FIXME: Temperary hack -#f = open('pipeline_run.log', 'w') -#ferr = open('pipeline_err.log', 'w') - - - #def pipeline_stdout_handler(line, conf_info): # """ # Processes each line of output from running the pipeline @@ -249,7 +243,7 @@ def config_stderr_handler(line, conf_info): # returns True if found condition that signifies success. # """ # -# f.write(line + '\n') +# #f.write(line + '\n') # # return True @@ -488,5 +482,3 @@ if __name__ == '__main__': else: print 'Pipeline run failed.' - #FIXME: Temperary hack - #f.close()