From eb189ace780e70251633d3726e5324a9dbbe1b5f Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 9 Jun 2009 13:32:14 +0100 Subject: [PATCH] typo --- buildd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildd b/buildd index 47e14ec..86de15b 100755 --- a/buildd +++ b/buildd @@ -163,7 +163,7 @@ for build in builds: # FIXME: make priority an option priority = 5000 print 'Rescoring build %s to %d...' % (build.arch_tag, priority) - build.recore(score = priority) + build.rescore(score = priority) else: print 'Cannot rescore build on %s.' % build.arch_tag if op == 'retry':