mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix import
This commit is contained in:
parent
e175121d0a
commit
d15740e33f
1 changed files with 5 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ from ayon_core.pipeline.delivery import (
|
|||
get_format_dict,
|
||||
check_destination_path,
|
||||
deliver_single_file,
|
||||
get_representations_template_data,
|
||||
get_representations_delivery_template_data,
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -206,8 +206,10 @@ class DeliveryOptionsDialog(QtWidgets.QDialog):
|
|||
filtered_repres.append(repre)
|
||||
repre_ids.add(repre["id"])
|
||||
|
||||
template_data_by_repre_id = get_representations_template_data(
|
||||
self.anatomy.project_name, repre_ids
|
||||
template_data_by_repre_id = (
|
||||
get_representations_delivery_template_data(
|
||||
self.anatomy.project_name, repre_ids
|
||||
)
|
||||
)
|
||||
for repre in filtered_repres:
|
||||
repre_path = get_representation_path_with_anatomy(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue