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 d1e88d7 commit be76f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slurminade/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@slurmify()
def _write_to_file(path, content):
time.sleep(1)
# get hostname and write it to the file
hostname = socket.gethostname()
with open(path, "w") as file:
Expand Down

0 comments on commit be76f5a

Please sign in to comment.