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

Improve behaviour when adding name.md files in batches and encountering duplicates #120

Open
stefaniebutland opened this issue Oct 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@stefaniebutland
Copy link
Member

3. GitHub Clinic - Generate Markdown Files for Each Participant

when running

## create .md files for each Champion
kyber::[short_names](https://openscapes.github.io/kyber/reference/short_names.html)(cohort$first, cohort$last) |>
   [create_github_clinic](https://openscapes.github.io/kyber/reference/create_github_clinic.html)(here())

Encountered error when I create .md files for each Champion in batches e.g. 3 cohorts + mentors (> 150 in total). When kyber::short_names encounters a name.md file that already exists, it stops and does not add remaining files in the tibble. Ideally it would go through full tibble and error msg would indicate which individual name.md already existed

@stefaniebutland stefaniebutland added the bug Something isn't working label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant