mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix: added project resolution for Anatomy
This commit is contained in:
parent
1fca72ce8c
commit
e75cabd801
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class UserAssigmentEvent(BaseEvent):
|
|||
|
||||
data = self._get_template_data(task)
|
||||
# format directories to pass to shell script
|
||||
anatomy = Anatomy()
|
||||
anatomy = Anatomy(data["project"]["name"])
|
||||
# formatting work dir is easiest part as we can use whole path
|
||||
work_dir = anatomy.format(data)['avalon']['work']
|
||||
# we also need publish but not whole
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue