From b3b768cc6806d51b9693348c759b40fc46deabc3 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sun, 24 Jul 2011 20:57:40 +0800 Subject: write tryprune.py in progress --- estimate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'estimate.py') diff --git a/estimate.py b/estimate.py index 3ca48db..5a05ccf 100755 --- a/estimate.py +++ b/estimate.py @@ -39,7 +39,7 @@ def handleOneModel(modelfile): modelfile] subprocess = Popen(cmdline, shell=False, stdout=PIPE, \ - close_fds= True) + close_fds=True) for line in subprocess.stdout.readlines(): #remove trailing '\n' -- cgit