Skip to content

Commit

Permalink
Builder: Pilot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 27, 2011
1 parent e112b57 commit 0e23b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/pilot.py
Expand Up @@ -251,7 +251,7 @@ def handleCompletedTasks():
tasks = listTasks(allClients=True, onlyCompleted=True)
if len(tasks) == 0: break

task = tasks[0]
task = tasks[0][:-5]
if not isTaskComplete(task): continue

clearTask(task)
Expand Down

0 comments on commit 0e23b81

Please sign in to comment.