mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use ext.lower()
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
parent
234b425a06
commit
a3f9651de1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class ExtractComposite(publish.Extractor,
|
|||
"frameEnd": instance.data["frameEndHandle"],
|
||||
}
|
||||
|
||||
if ext == "exr":
|
||||
if ext.lower() == "exr":
|
||||
# Inject colorspace with 'scene_linear' as that's the
|
||||
# default Houdini working colorspace and all extracted
|
||||
# OpenEXR images should be in that colorspace.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue