mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
fixed variable in local sync to avalon
This commit is contained in:
parent
606baac54c
commit
a17b4d3ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class SyncToAvalon(BaseAction):
|
|||
for entity in self.importable:
|
||||
ftracklib.avalon_check_name(entity)
|
||||
if entity['name'] in all_names:
|
||||
duplicates.append("'{}'".format(e['name']))
|
||||
duplicates.append("'{}'".format(entity['name']))
|
||||
else:
|
||||
all_names.append(entity['name'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue