Skip to content

Commit 0dd9bd7

Browse files
authored
Merge pull request #493 from aanil/server_status
Remove return as code was unreachable
2 parents 7d9d24c + 0646945 commit 0dd9bd7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

VERSIONLOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TACA Version Log
22

3+
## 20251008.1
4+
5+
Remove return as code was unreachable
6+
37
## 20251007.2
48

59
Skip check for pod5/fast5 files

taca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Main TACA module"""
22

3-
__version__ = "1.6.7"
3+
__version__ = "1.6.8"

taca/analysis/analysis_element.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def _process(run_to_process):
119119
f"It is available at https://genomics-status.scilifelab.se/flowcells_element/{run.NGI_run_id}"
120120
)
121121
send_mail(email_subject, email_message, CONFIG["mail"]["recipients"])
122-
return
123122

124123
#### Transfer status ####
125124
transfer_status = run.get_transfer_status()

0 commit comments

Comments
 (0)