replace avalon CreatorError with OP's impl.

This commit is contained in:
Allan Ihsan 2022-04-21 22:30:07 +03:00
parent 2867a2f2a0
commit 675c7a0006

View file

@ -5,7 +5,7 @@ from openpype.api import (
get_asset)
from avalon.api import Session
from avalon.api import CreatorError
from openpype.pipeline import CreatorError
class RenderSettings(object):