mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
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:
parent
0dc4e9930f
commit
284534d02c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue