mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix grammar and use warning
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
f912c2c69c
commit
e9699d2cef
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ def _load_ayon_addons(openpype_modules, modules_key, log):
|
|||
continue
|
||||
|
||||
if len(imported_modules) > 1:
|
||||
log.info("More then one module '{}' was imported.".format(name))
|
||||
log.warning("More than one module '{}' was imported.".format(name))
|
||||
continue
|
||||
|
||||
mod = imported_modules[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue