Delivery in LibraryLoader - fix for wrong signature

This commit is contained in:
Petr Kalis 2021-05-24 11:23:07 +02:00
parent 68d452844b
commit cb6e09f2e1

View file

@ -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)