Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tournament sometimes forgets a team #785

Open
Debilski opened this issue Feb 13, 2024 · 0 comments
Open

Tournament sometimes forgets a team #785

Debilski opened this issue Feb 13, 2024 · 0 comments

Comments

@Debilski
Copy link
Member

The error handling in the tournament’s set_name function, which is called upon team initialisation, is suboptimal. It simply returns a string "%error%" when it cannot load a team. This is evident when upon running the tournament a line like

ᗧ  team 'mybot/my_code.py' -> 'My Bot'

is simply missing.

Additionally, loading a team may fail due to a timeout, which is a problem that should be avoided (and teams could be initialised in parallel).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant