launched applications have set root environments

This commit is contained in:
iLLiCiTiT 2020-04-09 19:16:05 +02:00
parent 6d81ef6cd7
commit 5b92826e1f

View file

@ -215,6 +215,7 @@ class AppAction(BaseHandler):
"AVALON_HIERARCHY": hierarchy,
"AVALON_WORKDIR": workdir
})
prep_env.update(anatomy.roots_obj.root_environments())
# collect all parents from the task
parents = []