set AVALON_HIERARCHY environment when application is launcher

This commit is contained in:
iLLiCiTiT 2020-02-27 10:05:32 +01:00
parent 923021b02f
commit 7df1f34ce9

View file

@ -193,6 +193,8 @@ class AppAction(BaseHandler):
if parents:
hierarchy = os.path.join(*parents)
os.environ["AVALON_HIERARCHY"] = hierarchy
application = avalonlib.get_application(os.environ["AVALON_APP_NAME"])
data = {