mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix indents
This commit is contained in:
parent
39076fac36
commit
3a2f29150b
1 changed files with 3 additions and 5 deletions
|
|
@ -338,13 +338,11 @@ def create_unreal_project(project_name: str,
|
|||
|
||||
if platform.system().lower() == "linux":
|
||||
python_path = engine_path / ("Engine/Binaries/ThirdParty/"
|
||||
"Python3/Linux" /
|
||||
"bin" / "python3")
|
||||
"Python3/Linux/bin/python3")
|
||||
|
||||
if platform.system().lower() == "darwin":
|
||||
python_path = (engine_path / "Engine" / "Binaries" /
|
||||
"ThirdParty" / "Python3" / "Mac" /
|
||||
"bin" / "python3")
|
||||
python_path = engine_path / ("Engine/Binaries/ThirdParty/"
|
||||
"Python3/Mac/bin/python3")
|
||||
|
||||
if python_path:
|
||||
if not python_path.exists():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue