Weird error behavior, to be researched
filipsch opened this issue · 2 comments
filipsch commented
pythonwhat
expects the error to be a tuple of which it needs the element at index 1. Instead, pythonbackend
returns a string. error[1]
hence always returns r
because the error message starts with Traceback
... Updated in fs/tweaks-after-quiz
: we're just pointing to the console now, instead of repeating the error. Will be deployed soon.
filipsch commented
Deployed!