diff --git a/client/ayon_nuke/plugins/load/load_ociolook.py b/client/ayon_nuke/plugins/load/load_ociolook.py index f9a4d6d883..f0c77f6bdc 100644 --- a/client/ayon_nuke/plugins/load/load_ociolook.py +++ b/client/ayon_nuke/plugins/load/load_ociolook.py @@ -176,7 +176,7 @@ def _create_group_node( ( file for file in all_files if file.endswith(extension) - and os.path.basename(file).endswith(lut_suffix) + and os.path.splitext(file)[0].endswith(lut_suffix) ), None )