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]>
  • Loading branch information
KelSolaar committed Jun 8, 2024
1 parent 630589c commit 808f104
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 808f104

Please sign in to comment.