mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed typo
This commit is contained in:
parent
58e48660f4
commit
082a14937a
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class UserAssigmentEvent(BaseEvent):
|
|||
work_dir = anatomy_filled["work"]["folder"]
|
||||
# we also need publish but not whole
|
||||
anatomy_filled.strict = False
|
||||
publish = anatomy_filled["publosh"]["folder"]
|
||||
publish = anatomy_filled["publish"]["folder"]
|
||||
|
||||
# now find path to {asset}
|
||||
m = re.search("(^.+?{})".format(data['asset']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue