mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
only import the needed function
This commit is contained in:
parent
45109825af
commit
ff7617850d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ from ayon_core.lib.env_tools import (
|
|||
compute_env_variables_structure,
|
||||
merge_env_variables,
|
||||
)
|
||||
from ayon_core.pipeline import project_folders
|
||||
from ayon_core.pipeline.project_folders import create_project_folders
|
||||
|
||||
|
||||
@click.group(invoke_without_command=True)
|
||||
|
|
@ -256,7 +256,7 @@ def create_project_structure(
|
|||
"""
|
||||
|
||||
print(f">>> Creating project folder structure for project '{project}'.")
|
||||
project_folders.create_project_folders(project)
|
||||
create_project_folders(project)
|
||||
|
||||
|
||||
def _set_global_environments() -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue