You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, the student's submission actually produced the empty string.
It looks like check50.run().stdout() produces a check50.Missing exception. But that is not documented like this!
I am expecting a Mismatch for further processing..
I have a check that calls run and stdout like this:
and check50 produces a json report like this:
Here, the student's submission actually produced the empty string.
It looks like check50.run().stdout() produces a
check50.Missing
exception. But that is not documented like this!I am expecting a
Mismatch
for further processing..https://cs50.readthedocs.io/projects/check50/en/latest/api/#check50.run.stdout
The text was updated successfully, but these errors were encountered: