marked 'check_destination_path' as deprecated and moved to pipeline.delivery

This commit is contained in:
Jakub Trllo 2022-08-29 15:04:03 +02:00
parent fe566f4a4b
commit dc77d4a609
4 changed files with 86 additions and 44 deletions

View file

@ -20,9 +20,9 @@ from openpype.pipeline import Anatomy
from openpype.pipeline.load import get_representation_path_with_anatomy
from openpype.pipeline.delivery import (
get_format_dict,
check_destination_path,
)
from openpype.lib.delivery import (
check_destination_path,
process_single_file,
process_sequence
)