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.
1 parent 5a01327 commit 83e05feCopy full SHA for 83e05fe
cads_processing_api_service/exceptions.py
@@ -213,7 +213,7 @@ def general_exception_handler(
213
last_context_line = find_last_context_line(list(exc_traceback))
214
logger.error(
215
"internal server error",
216
- exception="".join([exc_traceback[-last_context_line:]]),
+ exception="".join(exc_traceback[-last_context_line:]),
217
)
218
out = fastapi.responses.JSONResponse(
219
status_code=fastapi.status.HTTP_500_INTERNAL_SERVER_ERROR,
0 commit comments