replaced "PYPE_ROOT" with "PYPE_SETUP_PATH"

This commit is contained in:
iLLiCiTiT 2020-04-09 12:44:24 +02:00
parent 6801dc2118
commit 182502c5e4
10 changed files with 17 additions and 17 deletions

View file

@ -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()