mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix typo
This commit is contained in:
parent
c33be571fd
commit
80494c91c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue