mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
resolve: fixing in callback import
This commit is contained in:
parent
8a28b714a3
commit
f152445b73
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ def on_pyblish_instance_toggled(instance, old_value, new_value):
|
|||
log.info("instance toggle: {}, old_value: {}, new_value:{} ".format(
|
||||
instance, old_value, new_value))
|
||||
|
||||
from openpype.hosts.resolve import (
|
||||
from openpype.hosts.resolve.api import (
|
||||
set_publish_attribute
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue