mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typo in comment
This commit is contained in:
parent
80494c91c1
commit
4fc8617bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ def _load_modules():
|
||||||
basename, ext = os.path.splitext(filename)
|
basename, ext = os.path.splitext(filename)
|
||||||
|
|
||||||
if os.path.isdir(fullpath):
|
if os.path.isdir(fullpath):
|
||||||
# Check existence of init fil
|
# Check existence of init file
|
||||||
init_path = os.path.join(fullpath, "__init__.py")
|
init_path = os.path.join(fullpath, "__init__.py")
|
||||||
if not os.path.exists(init_path):
|
if not os.path.exists(init_path):
|
||||||
log.debug((
|
log.debug((
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue