Merge pull request #5771 from ynput/bugfixt/OP-7116_Nuke-OCIO-Warning

This commit is contained in:
Jakub Ježek 2023-10-18 12:22:55 +02:00 committed by GitHub
commit 1f088f7efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2217,7 +2217,6 @@ Reopening Nuke should synchronize these paths and resolve any discrepancies.
"""
# replace path with env var if possible
ocio_path = self._replace_ocio_path_with_env_var(config_data)
ocio_path = ocio_path.replace("\\", "/")
log.info("Setting OCIO config path to: `{}`".format(
ocio_path))