mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use kwarg to pass project entity
This commit is contained in:
parent
ebb6475714
commit
d4ca6bf3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -920,7 +920,7 @@ def get_imageio_config_preset(
|
|||
project_entity = None
|
||||
if anatomy is None:
|
||||
project_entity = ayon_api.get_project(project_name)
|
||||
anatomy = Anatomy(project_name, project_entity)
|
||||
anatomy = Anatomy(project_name, project_entity=project_entity)
|
||||
|
||||
if env is None:
|
||||
env = dict(os.environ.items())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue