# HG changeset patch # User Bjoern Ricks # Date 1280415162 0 # Node ID 9926ced5d477861d87f11a3f1da2707542fb4148 # Parent acf97c1a06e0896d80ff6e8e24c945d7e989b406 fixed typo diff -r acf97c1a06e0 -r 9926ced5d477 treepkg/info/status.py --- a/treepkg/info/status.py Thu Jul 29 14:50:53 2010 +0000 +++ b/treepkg/info/status.py Thu Jul 29 14:52:42 2010 +0000 @@ -91,7 +91,7 @@ revisions = track.get_revisions() revisions = sorted(revisions, key=lambda r: r.status.start, reverse=True) - canidates = revsisions + canidates = revisions if self.success: # skip not successful builds candidates = [rev for rev in revisions if rev.status.status.finished