resolve: fixing in callback import

This commit is contained in:
Jakub Jezek 2022-10-14 12:40:00 +02:00
parent 8a28b714a3
commit f152445b73
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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
)