Update client/ayon_core/lib/transcoding.py

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2025-07-14 14:38:41 +02:00 committed by GitHub
parent 2228037656
commit 00cfb962e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1136,7 +1136,7 @@ def oiio_color_convert(
# Validate input parameters
if target_colorspace and target_view and target_display:
raise ValueError(
"Colorspace and both view and display cannot be set together."
"Colorspace and both view and display cannot be set together."
"Choose colorspace or screen and display"
)