Skip to content

Commit beb43f3

Browse files
authored
Fix issue in classification introduced by latest aces-dev. (#118)
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent e19ea45 commit beb43f3

File tree

1 file changed

+1
-1
lines changed
  • opencolorio_config_aces/config/reference/discover

1 file changed

+1
-1
lines changed

opencolorio_config_aces/config/reference/discover/classify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"lib": "lib",
137137
"lmt": "lmt",
138138
"odt": "output_transform",
139-
"outputTransforms": "output_transform",
139+
"outputTransform": "output_transform",
140140
"rrt": "rrt",
141141
"utilities": "utility",
142142
}

0 commit comments

Comments
 (0)