storage is not used in pype

This commit is contained in:
iLLiCiTiT 2020-04-09 18:27:37 +02:00
parent 56338f3d70
commit 6d81ef6cd7
2 changed files with 1 additions and 68 deletions

View file

@ -15,11 +15,8 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sys
import os
from pprint import pprint
from pypeapp.pypeLauncher import PypeLauncher
from pypeapp.storage import Storage
from pypeapp.deployment import Deployment
pype_setup = os.getenv('PYPE_SETUP_PATH')
@ -32,7 +29,6 @@ os.environ['PYPE_CONFIG'] = config_path
os.environ['TOOL_ENV'] = os.path.normpath(os.path.join(config_path,
'environments'))
launcher._add_modules()
Storage().update_environment()
launcher._load_default_environments(tools=tools)
# -- Project information -----------------------------------------------------