diff --git a/pype/plugins/nuke/load/load_sequence.py b/pype/plugins/nuke/load/load_sequence.py index 083cc86474..1ee8f0481e 100644 --- a/pype/plugins/nuke/load/load_sequence.py +++ b/pype/plugins/nuke/load/load_sequence.py @@ -237,7 +237,7 @@ class LoadSequence(api.Loader): repr_cont = representation["context"] - file = self.fname + file = api.get_representation_path(representation) if not file: repr_id = representation["_id"]