Mercurial > treepkg
changeset 433:9926ced5d477 treepkg-status
fixed typo
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Thu, 29 Jul 2010 14:52:42 +0000 |
parents | acf97c1a06e0 |
children | c6d88d70bc43 |
files | treepkg/info/status.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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