From cc4efe7638340e0ab64857f6e00b676cfa4bb77e Mon Sep 17 00:00:00 2001 From: Allan Ihsan Date: Thu, 26 May 2022 06:02:00 +0300 Subject: [PATCH] style fix --- openpype/plugins/publish/extract_jpeg_exr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/plugins/publish/extract_jpeg_exr.py b/openpype/plugins/publish/extract_jpeg_exr.py index 066272fd01..52457ebb31 100644 --- a/openpype/plugins/publish/extract_jpeg_exr.py +++ b/openpype/plugins/publish/extract_jpeg_exr.py @@ -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]