mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
8b18196980
commit
42b1d5ee12
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ class LoaderController(BackendLoaderController, FrontendLoaderController):
|
|||
|
||||
except BaseException:
|
||||
self.log.error(
|
||||
"Falied to collect loaded products.", exc_info=True
|
||||
"Failed to collect loaded products.", exc_info=True
|
||||
)
|
||||
containers = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue