mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 fix the abstract plugin debug print
This commit is contained in:
parent
f8e8ab2b27
commit
bb8f214e47
1 changed files with 3 additions and 1 deletions
|
|
@ -755,9 +755,11 @@ class CreateContext:
|
|||
self.creator_discover_result = report
|
||||
for creator_class in report.abstract_plugins:
|
||||
self.log.debug(
|
||||
"Skipping abstract Creator '%s'", str(creator_class)
|
||||
"Skipping abstract Creator '%s'",
|
||||
str(creator_class)
|
||||
)
|
||||
|
||||
for creator_class in report.plugins:
|
||||
creator_identifier = creator_class.identifier
|
||||
if creator_identifier in creators:
|
||||
self.log.warning(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue