mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/modules/base.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
5b163fe84d
commit
d4e79f97d0
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ class ModulesManager:
|
|||
|
||||
# Check if class is abstract (Developing purpose)
|
||||
if inspect.isabstract(modules_item):
|
||||
# Find missing implementations by convention on `abc` module
|
||||
# Find abstract attributes by convention on `abc` module
|
||||
not_implemented = []
|
||||
for attr_name in dir(modules_item):
|
||||
attr = getattr(modules_item, attr_name, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue