modified log message

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2022-05-03 14:04:40 +02:00 committed by GitHub
parent 16af1a2347
commit 317c27eeaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,7 @@ def _load_modules():
basename
)
else:
msg = "Failed to import '{}'.".format(fullpath)
msg = "Failed to import module '{}'.".format(fullpath)
log.error(msg, exc_info=True)