Unraise the verbosity level.
This commit is contained in:
parent
b2d808f214
commit
0b4b91c90f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def run_terra(thresh, minnodes, count, factor, objName, pgmName):
|
|||
r,w,e = os.popen3(command)
|
||||
for line in e.readlines():
|
||||
line = line.lstrip()
|
||||
print line
|
||||
# print line
|
||||
if line.startswith("points="):
|
||||
line = line.split()[0]
|
||||
npts = string.atof(line[len("points="):])
|
||||
|
|
Loading…
Reference in a new issue