mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use 'view' instead of 'screen'
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
b4ab80df2e
commit
f673abebc8
1 changed files with 1 additions and 1 deletions
|
|
@ -1142,7 +1142,7 @@ def oiio_color_convert(
|
|||
|
||||
if not target_colorspace and not target_view and not target_display:
|
||||
raise ValueError(
|
||||
"Both screen and display must be set if target_colorspace is not "
|
||||
"Both view and display must be set if target_colorspace is not "
|
||||
"provided."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue