mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
move import to the function.
This commit is contained in:
parent
ff7617850d
commit
207f6d8a93
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ from ayon_core.lib.env_tools import (
|
||||||
compute_env_variables_structure,
|
compute_env_variables_structure,
|
||||||
merge_env_variables,
|
merge_env_variables,
|
||||||
)
|
)
|
||||||
from ayon_core.pipeline.project_folders import create_project_folders
|
|
||||||
|
|
||||||
|
|
||||||
@click.group(invoke_without_command=True)
|
@click.group(invoke_without_command=True)
|
||||||
|
|
@ -255,6 +254,8 @@ def create_project_structure(
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from ayon_core.pipeline.project_folders import create_project_folders
|
||||||
|
|
||||||
print(f">>> Creating project folder structure for project '{project}'.")
|
print(f">>> Creating project folder structure for project '{project}'.")
|
||||||
create_project_folders(project)
|
create_project_folders(project)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue