mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
replaced "PYPE_ROOT" with "PYPE_SETUP_PATH"
This commit is contained in:
parent
6801dc2118
commit
182502c5e4
10 changed files with 17 additions and 17 deletions
|
|
@ -22,7 +22,7 @@ from pypeapp.pypeLauncher import PypeLauncher
|
|||
from pypeapp.storage import Storage
|
||||
from pypeapp.deployment import Deployment
|
||||
|
||||
pype_setup = os.getenv('PYPE_ROOT')
|
||||
pype_setup = os.getenv('PYPE_SETUP_PATH')
|
||||
d = Deployment(pype_setup)
|
||||
launcher = PypeLauncher()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue