Skip to content

Commit

Permalink
Merge pull request #3083 from radical-cybertools/fix/task_env
Browse files Browse the repository at this point in the history
set original env as a base for LM env
  • Loading branch information
mtitov authored Feb 27, 2024
2 parents cf3987c + 2b08f16 commit 34e4092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radical/pilot/agent/launch_method/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, name, lm_cfg, rm_info, log, prof):
self._log = log
self._prof = prof
self._pwd = os.getcwd()
self._env_orig = ru.env_eval('env/bs0_active.env')
self._env_orig = ru.env_eval('env/bs0_orig.env')

reg = ru.zmq.RegistryClient(url=self._lm_cfg.reg_addr)
lm_info = reg.get('lm.%s' % self.name.lower())
Expand Down

0 comments on commit 34e4092

Please sign in to comment.