Skip to content

Commit c1bd981

Browse files
author
Filip Schouwenaars
authored
Merge pull request #166 from datacamp/fix-call-msg
call feedback msg referred to sol_code where stu_code should be
2 parents 99aa164 + 9cc9cfa commit c1bd981

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)