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

View file

@ -332,7 +332,7 @@ def _load_modules():
init_path = os.path.join(fullpath, "__init__.py")
if not os.path.exists(init_path):
log.debug((
"Module directory does not contan __init__.py"
"Module directory does not contain __init__.py"
" file {}"
).format(fullpath))
continue