if not team.currently_eligible and should_be_eligible:
                    if not options["dry_run"]:
                        message = "Making {team.short_name} ({speakers}) eligible for {category.name}"
                        team.break_categories.add(break_category)
                    else: