mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🚨 fix hound
This commit is contained in:
parent
26954b9377
commit
59c13789e6
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
data.update({"active": not node.isBypassed()})
|
||||
|
||||
# temporarily translation of `active` to `publish` till issue has
|
||||
# been resolved, https://github.com/pyblish/pyblish-base/issues/307
|
||||
# been resolved.
|
||||
# https://github.com/pyblish/pyblish-base/issues/307
|
||||
if "active" in data:
|
||||
data["publish"] = data["active"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue