Author: Matti Picus <matti.pi...@gmail.com> Branch: sort-nightly-directories Changeset: r751:a60dfee5eb4b Date: 2013-03-20 21:18 -0700 http://bitbucket.org/pypy/buildbot/changeset/a60dfee5eb4b/
Log: simplify diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py --- a/bot2/pypybuildbot/pypylist.py +++ b/bot2/pypybuildbot/pypylist.py @@ -106,10 +106,7 @@ def __init__(self, filePath): self.filename = filePath.basename() self.filePath = filePath - try: - self.parse_filename() - except ValueError: - self.last_mod_time = 0 + self.parse_filename() def parse_filename(self): if self.filename == 'trunk': _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit