mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Better way to get integration path
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
ad82adbeca
commit
7a5ecce6cc
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ def get_compatible_integration(
|
|||
|
||||
def get_path_to_cmdlet_project(ue_version: str) -> Path:
|
||||
cmd_project = Path(
|
||||
os.path.abspath(os.getenv("AYON_UNREAL_ROOT")))
|
||||
os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
# For now, only tested on Windows (For Linux and Mac
|
||||
# it has to be implemented)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue