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)
|
r,w,e = os.popen3(command)
|
||||||
for line in e.readlines():
|
for line in e.readlines():
|
||||||
line = line.lstrip()
|
line = line.lstrip()
|
||||||
print line
|
# print line
|
||||||
if line.startswith("points="):
|
if line.startswith("points="):
|
||||||
line = line.split()[0]
|
line = line.split()[0]
|
||||||
npts = string.atof(line[len("points="):])
|
npts = string.atof(line[len("points="):])
|
||||||
|
|
Loading…
Reference in a new issue