Skip to content

Commit

Permalink
Merge pull request #41 from score-p/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
elwer authored Nov 28, 2024
2 parents 17e11ef + 69be9a9 commit 8bcc5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name='jumper-kernel'
version='1.1.0'
version='1.1.1'
authors=[
{name='Elias Werner',email='[email protected]'},
]
Expand Down
1 change: 1 addition & 0 deletions src/jumper/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ async def scorep_execute(
"PATH": os.environ.get("PATH", ""),
"LD_LIBRARY_PATH": os.environ.get("LD_LIBRARY_PATH", ""),
"PYTHONPATH": os.environ.get("PYTHONPATH", ""),
"EBPYTHONPREFIXES": os.environ.get("EBPYTHONPREFIXES", ""),
"PYTHONUNBUFFERED": "x",
}
proc_env.update(scorep_env)
Expand Down

0 comments on commit 8bcc5fd

Please sign in to comment.