fix grammar and use warning

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2023-11-02 13:43:27 +01:00 committed by GitHub
parent f912c2c69c
commit e9699d2cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]