Skip to content

Commit

Permalink
try higher level
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Dec 20, 2024
1 parent 1e22aa8 commit 482cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_executor_backend_flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_single_task(self):
)

def test_output_files_cwd(self):
dirname = os.path.abspath(os.path.dirname(__file__))
dirname = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
os.makedirs(dirname, exist_ok=True)
file_stdout = os.path.join(dirname, "flux.out")
file_stderr = os.path.join(dirname, "flux.err")
Expand Down

0 comments on commit 482cb8f

Please sign in to comment.