mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Delivery in LibraryLoader - fix for wrong signature
This commit is contained in:
parent
68d452844b
commit
cb6e09f2e1
1 changed files with 2 additions and 1 deletions
|
|
@ -464,7 +464,8 @@ class Delivery(BaseAction):
|
|||
self.log.debug(debug_msg)
|
||||
|
||||
anatomy_data = copy.deepcopy(repre["context"])
|
||||
repre_report_items = check_destination_path(anatomy,
|
||||
repre_report_items = check_destination_path(repre["_id"],
|
||||
anatomy,
|
||||
anatomy_data,
|
||||
datetime_data,
|
||||
anatomy_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue