mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4136 from pypeclub/bugfix/maketx_executable_issue
General: Maketx executable issue
This commit is contained in:
commit
4fcc181f79
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ def maketx(source, destination, args, logger):
|
|||
|
||||
maketx_path = get_oiio_tools_path("maketx")
|
||||
|
||||
if not os.path.exists(maketx_path):
|
||||
if not maketx_path:
|
||||
print(
|
||||
"OIIO tool not found in {}".format(maketx_path))
|
||||
raise AssertionError("OIIO tool not found")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue