Skip to content

Commit

Permalink
Trying to get Check running.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Feb 25, 2024
1 parent d9b63f6 commit d1e88d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slurminade/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def check_slurm(partition, constraint):
update_default_configuration(constraint=constraint)

# create a temporary folder for the slurm check
with tempfile.TemporaryDirectory() as tmpdir:
with tempfile.TemporaryDirectory(dir=".") as tmpdir:
# Check 1
tmp_file_path = tmpdir + "/check_1.txt"
_write_to_file.distribute_and_wait(tmp_file_path, "test")
Expand Down

0 comments on commit d1e88d7

Please sign in to comment.