mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2951 - fix wrong variable
This commit is contained in:
parent
a404f10bef
commit
6b6c466d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class AddSyncSite(load.LoaderPlugin):
|
|||
|
||||
if family == "workfile":
|
||||
links = get_linked_ids_for_representations(project_name,
|
||||
add_ids,
|
||||
[repre_id],
|
||||
link_type="reference")
|
||||
for link_repre_id in links:
|
||||
self.add_site_to_representation(project_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue