mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Revert adding the .exe to filepath (was for testing on my end only)
This commit is contained in:
parent
36a4261db7
commit
3b10162797
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue