-
Notifications
You must be signed in to change notification settings - Fork 3
Config rework #71
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
Config rework #71
Conversation
Thank you for the PR. Could you please give a small overview of the conceptional changes that this PR brings? |
Since this is a pretty extensive PR I was planning to talk it through in our meeting later today instead of trying to explain it through text, I should probably have written that down :D |
Thank you for the changes, there is a small bug that I noticed when running the script with the
The name of the used Battlewrapper is not correctly resolved. |
fixed the battle wrapper name issue. the table does show the names of the teams, but i set it so the default team name is the name of the folder the generator and solver is in. but you're right, that usually is the name of the problem not of the team. changed it so it's just "team 0". |
Thank you, it now works as expected. |
reworking the config parsing and CLI