Nuke file knob was not updating.

The file knob was referencing the existing containers file path and not updating to the new representation path.
This commit is contained in:
Toke Stuart Jepsen 2020-05-08 17:23:05 +01:00
parent 0dc4e9930f
commit 284534d02c

View file

@ -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"]