Skip to content

Commit

Permalink
removing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Mar 14, 2024
1 parent 9d37c4e commit 0753f29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def check_job_status(job_dir):
# (2) result file && status = SUCCESS --> return True
# (3) result file && status = FAILURE --> return False


# case (0): no job id --> return False
job_id = job_metadata.determine_job_id_from_job_directory(job_dir)
if job_id == 0:
Expand Down

0 comments on commit 0753f29

Please sign in to comment.