Skip to content

Commit

Permalink
lsf temp file must be in runpath
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Mar 12, 2024
1 parent d9e44d9 commit ec34c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ert/scheduler/lsf_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ async def submit(
)
script_path: Optional[Path] = None
with tempfile.NamedTemporaryFile(
prefix="lsf_submit_",
dir=runpath,
prefix=".lsf_submit_",
suffix=".sh",
mode="w",
encoding="utf-8",
Expand Down

0 comments on commit ec34c5b

Please sign in to comment.