mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
do not validate existence of maketx path after calling 'get_oiio_tools_path'
This commit is contained in:
parent
25638e967a
commit
72840c2805
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")
|
maketx_path = get_oiio_tools_path("maketx")
|
||||||
|
|
||||||
if not os.path.exists(maketx_path):
|
if not maketx_path:
|
||||||
print(
|
print(
|
||||||
"OIIO tool not found in {}".format(maketx_path))
|
"OIIO tool not found in {}".format(maketx_path))
|
||||||
raise AssertionError("OIIO tool not found")
|
raise AssertionError("OIIO tool not found")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue