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

Fix an uninitialized value used in pattern match. #2315

Merged

Conversation

drgrice1
Copy link
Member

@drgrice1 drgrice1 commented Feb 8, 2024

This is caused by trying to match the problem flags with `/:needs_grading$/' when there isn't a real problem. For instance when a set info file is rendered.

@drgrice1 drgrice1 force-pushed the bugfix/essay-graded-no-problem branch from b6feb4d to 452931a Compare February 12, 2024 21:41
This is caused by trying to match the problem flags with
`/:needs_grading$/' when there isn't a real problem.  For instance when
a set info file is rendered.
@drgrice1 drgrice1 force-pushed the bugfix/essay-graded-no-problem branch from 452931a to edad723 Compare February 13, 2024 11:45
@pstaabp pstaabp merged commit ff0571b into openwebwork:develop Feb 13, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants