mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed store thumbnails action
This commit is contained in:
parent
8438de5816
commit
5ad17e5ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class StoreThumbnailsToAvalon(BaseAction):
|
|||
})
|
||||
session.commit()
|
||||
|
||||
project = get_project_from_entity(entities[0])
|
||||
project = self.get_project_from_entity(entities[0])
|
||||
project_name = project["full_name"]
|
||||
anatomy = Anatomy(project_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue