Revert adding the .exe to filepath (was for testing on my end only)

This commit is contained in:
Roy Nieterau 2022-01-12 15:36:16 +01:00
parent 36a4261db7
commit 3b10162797

View file

@ -62,7 +62,7 @@ def maketx(source, destination, *args):
"""
from openpype.lib import get_oiio_tools_path
maketx_path = get_oiio_tools_path("maketx") + ".exe"
maketx_path = get_oiio_tools_path("maketx")
if not os.path.exists(maketx_path):
print(
"OIIO tool not found in {}".format(maketx_path))