Skip to content

Commit 503d939

Browse files
authored
Remove unnessecary comment (#26)
1 parent 7bd5314 commit 503d939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ def allocate_actions_runner(job_id, token):
255255
logger.error(f"Exception occurred in allocate_actions_runner for job_id {job_id}: {e}")
256256
if job_id in allocated_jobs:
257257
del allocated_jobs[job_id]
258-
# Decide whether to retry or not
259-
260258

261259
def check_slurm_status():
262260
"""

0 commit comments

Comments
 (0)