We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cloned cs50/labs/python, to start creating my own lab and I noticed the following:
lab50: file: mario.py
causes a: 400 Bad Request Please let the author of this lab know that file should now be files in .cs50.yml! and the error is fixed when changed to:
lab50: files: - !include mario.py
{% check %} and {% submit %} cause 404 in the left frame of lab.cs50.io
when removed, everything works well
The text was updated successfully, but these errors were encountered:
I have just noticed the same thing. Are there already solutions for this?
Sorry, something went wrong.
No branches or pull requests
I cloned cs50/labs/python, to start creating my own lab and I noticed the following:
1) in .cs50.yaml
causes a: 400 Bad Request Please let the author of this lab know that file should now be files in .cs50.yml!
and the error is fixed when changed to:
2) in README.md
when removed, everything works well
The text was updated successfully, but these errors were encountered: