Fix tests and tag index validation (uncommited changes from yesterday)
This commit is contained in:
@@ -50,7 +50,7 @@ def logException() -> None:
|
||||
"""Log the content of an exception message."""
|
||||
exType, exValue, _ = sys.exc_info()
|
||||
if exType is not None:
|
||||
logger.error("%s: %s", exType.__name__, str(exValue))
|
||||
logger.error(f"{exType.__name__}: {str(exValue)}", stacklevel=2)
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user