Skip to content

Commit 9e4e415

Browse files
committed
Print more debugging info
1 parent 1a88d38 commit 9e4e415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonwhat/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def getRepresentation(name, process):
253253
if obj_class in converters:
254254
repres = convert(name, dill.dumps(converters[obj_class]), process)
255255
if errored(repres):
256-
return ReprFail("manual conversion failed")
256+
return ReprFail("manual conversion failed: {}".format(repres))
257257
else:
258258
return repres
259259
else:

0 commit comments

Comments
 (0)