Skip to content

Commit

Permalink
Removed unneeded string formatting in ocioview.ocioview.utils.py mo…
Browse files Browse the repository at this point in the history
…dule.


Signed-off-by: Thomas Mansencal <[email protected]>

Co-authored-by: Michael Dolan <[email protected]>
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar and michdolan committed May 21, 2024
1 parent 30b09b4 commit d1e097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/ocioview/ocioview/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def color_space_to_rgb_colourspace(color_space: str) -> RGB_Colourspace | None:
color_space,
XYZ_to_xy(XYZ),
XYZ_to_xy(XYZ_w),
f"{color_space}",
color_space,
use_derived_matrix_RGB_to_XYZ=True,
use_derived_matrix_XYZ_to_RGB=True,
)

0 comments on commit d1e097a

Please sign in to comment.