mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix update path and refactor invalid variable name
This commit is contained in:
parent
09f215504b
commit
29f68f366b
1 changed files with 2 additions and 2 deletions
|
|
@ -78,10 +78,10 @@ class AssLoader(api.Loader):
|
|||
file_path = file_path.replace("\\", "/")
|
||||
|
||||
procedural = container["node"]
|
||||
procedural.setParms({"ar_filename": file_path})
|
||||
procedural.setParms({"ar_filename": self.get_path(file_path)})
|
||||
|
||||
# Update attribute
|
||||
node.setParms({"representation": str(representation["_id"])})
|
||||
procedural.setParms({"representation": str(representation["_id"])})
|
||||
|
||||
def remove(self, container):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue