Skip to content

Commit 9cc9cfa

Browse files
committed
call feedback msg referred to sol_code where stu_code should be
1 parent 5adec72 commit 9cc9cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonwhat/check_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def run_call(args, node, process, get_func, **kwargs):
286286
return get_func(process = process, tree=func_expr, call = fmt_args, **kwargs)
287287

288288

289-
MSG_CALL_INCORRECT = "FMT:Calling it should result in {str_sol}, instead got {str_sol}"
289+
MSG_CALL_INCORRECT = "FMT:Calling it should result in {str_sol}, instead got {str_stu}"
290290
MSG_CALL_ERROR = "FMT:Calling it should result in {str_sol}, instead got an error"
291291
def call(args,
292292
test='value',

0 commit comments

Comments
 (0)