Skip to content

Commit d048e53

Browse files
committed
Display error type
1 parent e60f930 commit d048e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/grandchallenge/core/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def wrapper(*args, _retries=0, **kwargs):
147147
if any(isinstance(error, e) for e in ignore_errors):
148148
if is_in_celery_context:
149149
logger.info(
150-
f"Ignoring error in task {task_func.name}: {error}"
150+
f"Ignoring error in task {task_func.name}: {repr(error)}"
151151
)
152152
return
153153
else:

0 commit comments

Comments
 (0)