mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
replaced {frame} with <<frame>>
This commit is contained in:
parent
cbbb074a25
commit
cfd9823abc
1 changed files with 2 additions and 2 deletions
|
|
@ -354,7 +354,7 @@ class Delivery(BaseAction):
|
|||
# TODO log error!
|
||||
return
|
||||
|
||||
anatomy_data["frame"] = "{frame}"
|
||||
anatomy_data["frame"] = "<<frame>>"
|
||||
anatomy_filled = anatomy.format(anatomy_data)
|
||||
delivery_path = anatomy_filled.get("delivery", {}).get(anatomy_name)
|
||||
if not delivery_path:
|
||||
|
|
@ -362,7 +362,7 @@ class Delivery(BaseAction):
|
|||
return
|
||||
|
||||
delivery_folder = os.path.dirname(delivery_path)
|
||||
dst_head, dst_tail = delivery_path.split("{frame}")
|
||||
dst_head, dst_tail = delivery_path.split("<<frame>>")
|
||||
dst_padding = src_collection.padding
|
||||
dst_collection = clique.Collection(
|
||||
head=dst_head,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue