pr comments

This commit is contained in:
Jakub Jezek 2023-02-10 11:26:09 +01:00
parent bbd634bcd4
commit af3c0cb951
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ from openpype.settings import (
get_system_settings,
)
from openpype.pipeline import (
temporarydir
tempdir
)
from .contants import (
@ -651,7 +651,7 @@ def get_instance_staging_dir(instance):
project_name = os.getenv("AVALON_PROJECT")
# get customized tempdir path from `OPENPYPE_TMPDIR` env var
custom_temp_dir = temporarydir.create_custom_tempdir(
custom_temp_dir = tempdir.create_custom_tempdir(
project_name, anatomy=anatomy, formating_data=anatomy_data
)