mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix class type
This commit is contained in:
parent
8e0161bec7
commit
ba2c6e6f08
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from openpype.lib import (
|
|||
)
|
||||
|
||||
|
||||
class CollectSubsetGroup(pyblish.api.ContextPlugin):
|
||||
class CollectSubsetGroup(pyblish.api.InstancePlugin):
|
||||
"""Collect Subset Group for publish."""
|
||||
|
||||
# Run after CollectAnatomyInstanceData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue