diff --git a/openpype/hosts/nuke/plugins/load/load_clip.py b/openpype/hosts/nuke/plugins/load/load_clip.py index 16df3e27d5..21b7a6a816 100644 --- a/openpype/hosts/nuke/plugins/load/load_clip.py +++ b/openpype/hosts/nuke/plugins/load/load_clip.py @@ -397,8 +397,7 @@ class LoadClip(plugin.NukeLoader): # Set colorspace defined in version data if ( colorspace is not None - and colorspace_exists_on_node( - node, str(colorspace)) is not False + and colorspace_exists_on_node(node, str(colorspace)) ): node["colorspace"].setValue(str(colorspace)) output_color = str(colorspace)