mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use 'view' instead of 'screen'
This commit is contained in:
parent
28978f07c6
commit
3eb88ae850
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue