renamed 'load_representation' to 'load_container'

This commit is contained in:
Jakub Trllo 2022-03-15 11:40:59 +01:00
parent c5b3098acd
commit 5b835d87e7
10 changed files with 19 additions and 19 deletions

View file

@ -1394,7 +1394,7 @@ class BuildWorkfile:
"""
from openpype.pipeline import (
IncompatibleLoaderError,
load_representation,
load_container,
)
loaded_containers = []
@ -1458,7 +1458,7 @@ class BuildWorkfile:
if not loader:
continue
try:
container = load_representation(
container = load_container(
loader,
repre["_id"],
name=subset_name