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

Switch challenge name source from path to README #43

Open
delta6862 opened this issue May 5, 2024 · 0 comments
Open

Switch challenge name source from path to README #43

delta6862 opened this issue May 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@delta6862
Copy link
Contributor

Currently, the challenge name is pulled from the path

def update_or_create_challenge(path, folder=get_challenge_path()):
    # Get information
    category, name, _ = path.split("/", 2)

While fine for most names, it can generate issues and uncertainties with certain characters (the most obvious example being a \).

Instead it would be better to take the formal name from the challenge README (which also has the title)

@delta6862 delta6862 added the bug Something isn't working label May 5, 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