We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e9cd9 commit d38a1ffCopy full SHA for d38a1ff
1 file changed
pythonwhat/check_function.py
@@ -59,7 +59,6 @@ def check_function(name, index,
59
"You might have to manually specify or correct the signature."
60
.format(index=index, name=name))
61
62
- # TODO if can't parse sig, send failed test msg
63
try:
64
stu_sig = get_sig(mapped_name=stu_parts['name'], process=state.student_process)
65
stu_parts['args'], _ = bind_args(stu_sig, stu_parts['args'])
0 commit comments