Update client/ayon_core/hosts/nuke/plugins/load/load_clip.py

This commit is contained in:
Toke Jepsen 2024-03-05 16:03:50 +00:00 committed by GitHub
parent 723d7bbd7b
commit 511e2047de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -502,8 +502,6 @@ class LoadClip(plugin.NukeLoader):
f"Colorspace from representation colorspaceData: {colorspace}"
)
print(f"Colorspace found: {colorspace}")
# check if any filerules are not applicable
new_parsed_colorspace = get_imageio_file_rules_colorspace_from_filepath( # noqa
filepath, "nuke", get_current_project_name()