We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format_exception
1 parent 35ccdfd commit 33d12ccCopy full SHA for 33d12cc
django_tasks/utils.py
@@ -61,7 +61,7 @@ def get_module_path(val: Any) -> str:
61
62
63
def get_exception_traceback(exc: BaseException) -> str:
64
- return "".join(format_exception(type(exc), exc, exc.__traceback__))
+ return "".join(format_exception(exc))
65
66
67
def get_random_id() -> str:
0 commit comments