Update openpype/hosts/maya/plugins/publish/extract_look.py

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
Toke Jepsen 2023-09-05 08:32:22 +01:00 committed by GitHub
parent dfd748ccd1
commit 71bd10fffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ def find_paths_by_hash(texture_hash):
"""
if AYON_SERVER_ENABLED:
raise ValueError(
raise KnownPublishError(
"This is a bug. \"find_paths_by_hash\" is not compatible with "
"AYON."
)