Merge pull request #4136 from pypeclub/bugfix/maketx_executable_issue

General: Maketx executable issue
This commit is contained in:
Jakub Trllo 2022-11-24 17:02:26 +01:00 committed by GitHub
commit 4fcc181f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")