minor fixes

This commit is contained in:
2025-03-20 14:03:03 +01:00
parent 31ca651aca
commit a4604d3dc4
4 changed files with 28 additions and 2 deletions

View File

@@ -242,7 +242,10 @@ def wrap_result(
fmt_exc = traceback.format_exception(err)
exc_str = "".join(fmt_exc)
logger.error(
"An exception in routine %s occured:\n%s", func.__name__, exc_str
"An exception in routine %s occurred:\n%s",
func.__name__,
exc_str,
stack_info=True,
)
return status