nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Don't fail running remote task when `env_script` changes directory #177

Open meliache opened 1 year ago

meliache commented 1 year ago

We should only use the environment exported by the env_script and not be affected by it changing the current working directory, e.g. if the user uses a script that e.g. containts

cd /path/to//basf2 && b2setup

as their setup scrip