Skip to content

Commit

Permalink
merge from devel
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Jan 17, 2024
2 parents 7777e5a + 1692174 commit 3b2e1fb
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 239 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ For a list of open issues and known problems, see
https://github.com/radical-cybertools/radical.utils/issues/


1.46.0 Release 2024-01-11
--------------------------------------------------------------------------------

- pypi fix


1.44.0 Release 2024-01-10
--------------------------------------------------------------------------------

- fix flux startup


1.43.0 Release 2023-12-04
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.0
1.47.0
3 changes: 1 addition & 2 deletions src/radical/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def env_prep(environment : Optional[Dict[str,str]] = None,
raise RuntimeError('error running "%s": %s' % (cmd, err))

env = env_read_lines(out.split('\n'))
# os.unlink(tmp_name)
os.unlink(tmp_name)

_env_cache[cache_md5] = env

Expand All @@ -402,7 +402,6 @@ def env_prep(environment : Optional[Dict[str,str]] = None,
#
# FIXME: files could also be cached and re-used (copied or linked)
if script_path:

env_write(script_path, env=env, unset=unset, pre_exec=pre_exec)

return env
Expand Down
Loading

0 comments on commit 3b2e1fb

Please sign in to comment.