Skip to content

Commit

Permalink
Removed unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Oct 1, 2024
1 parent 3246c4d commit 154d811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sequence_processing_pipeline/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ def query_slurm(job_ids):
jobs = {}
child_jobs = {}
for job_id, unique_id, state in lines:
# ensure unique_id is of type string for downstream use.
unique_id = str(unique_id)
jobs[unique_id] = state

if unique_id != job_id:
Expand Down

0 comments on commit 154d811

Please sign in to comment.