Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve some stuff.
  • Loading branch information
Steven Haywood committed Apr 15, 2012
1 parent 32471e7 commit 3f05697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/schedule_finals.py
Expand Up @@ -151,6 +151,7 @@ def GetScoreOfTuple(a_tuple):
# test we haven't gone insane:
if len(tla_list) < teams_wanted:
print "[schedule_finals] Trying to get {0} teams from {1} candidates!! ERROR".format(teams_wanted, len(tla_list))
sys.exit(6)
elif len(tla_list) == teams_wanted:
# trivial case
return tla_list
Expand Down

0 comments on commit 3f05697

Please sign in to comment.