use 'view' instead of 'screen'

This commit is contained in:
Jakub Trllo 2025-06-12 15:50:34 +02:00
parent 28978f07c6
commit 3eb88ae850

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 screen and display cannot be set together."
"Colorspace and both view and display cannot be set together."
"Choose colorspace or screen and display"
)