style fix

This commit is contained in:
Allan Ihsan 2022-05-26 06:02:00 +03:00
parent d992935468
commit cc4efe7638

View file

@ -185,7 +185,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
elif repre["ext"] == "exr":
oiio_support = is_oiio_supported()
if oiio_support:
oiio_tool_path = get_oiio_tools_path()
args = [oiio_tool_path]