summaryrefslogtreecommitdiffstats
path: root/estimate.py
diff options
context:
space:
mode:
Diffstat (limited to 'estimate.py')
-rwxr-xr-xestimate.py2
1 files changed, 1 insertions, 1 deletions
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'