mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
moved collect cleanup keys earlier
This commit is contained in:
parent
fa2b480068
commit
c16a2d6ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class CollectCleanupKeys(pyblish.api.ContextPlugin):
|
|||
"""Prepare keys for 'ExplicitCleanUp' plugin."""
|
||||
|
||||
label = "Collect Cleanup Keys"
|
||||
order = pyblish.api.CollectorOrder
|
||||
order = pyblish.api.CollectorOrder - 0.5
|
||||
|
||||
def process(self, context):
|
||||
context.data["cleanupFullPaths"] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue