Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Nov 7, 2024
1 parent 6daa9af commit 896c3ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taca/utils/bioinfo_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def get_status_element(aviti_run):
"""Gets status of a aviti sample run, based on flowcell info."""
# Default state, should never occur
status = "ERROR"
nosync_pattern = re.compile("nosync")
demultiplexing_status = aviti_run.get_demultiplexing_status()
sequencing_done = aviti_run.check_sequencing_status()
transfer_status = aviti_run.get_transfer_status()

Check warning on line 214 in taca/utils/bioinfo_tab.py

View check run for this annotation

Codecov / codecov/patch

taca/utils/bioinfo_tab.py#L211-L214

Added lines #L211 - L214 were not covered by tests
Expand Down

0 comments on commit 896c3ee

Please sign in to comment.