From b284f1894f0fd6133e084f09968fbac87c4aca10 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Sat, 17 Nov 2007 02:18:22 +0000 Subject: [PATCH] [project @ Minor cleanup patch] --- bin/config_pipeline2.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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() -- 2.30.2