Spell "error" properly (#6418)

This commit is contained in:
Grégoire Paris 2023-10-26 16:58:20 +02:00 committed by GitHub
parent 9f8b2e2a66
commit 98d84f77ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ class Master:
if isinstance(exc, OSError) and exc.errno == 10038:
return # suppress https://bugs.python.org/issue43253
logger.error(
"Unhandled errror in task.",
"Unhandled error in task.",
exc_info=(type(exc), exc, exc.__traceback__),
)