This commit is contained in:
Roy Nieterau 2022-05-02 22:29:38 +02:00
parent c33be571fd
commit 80494c91c1

View file

@ -310,7 +310,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 file {}"
"Module directory does not contain __init__.py file {}"
).format(fullpath))
continue
@ -357,7 +357,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 file {}"
"Module directory does not contain __init__.py file {}"
).format(fullpath))
continue