minor fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user