rosdoc: added --status-rate=0 for rosmake calls

This commit is contained in:
Ken Conley 2010-05-27 23:16:00 +00:00
parent 92cd811bd6
commit c4f44511b0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def main():
ctx.has_builder(package, 'rosmake')):
to_rosmake.append(package)
if to_rosmake != []:
command = ['rosmake'] + to_rosmake
command = ['rosmake', '--status-rate=0'] + to_rosmake
print " ".join(command)
started = time.time()
try: