Skip to content

Commit 2aaaeaa

Browse files
committed
Bug fix: even if one flowcell failed moving on to the next
1 parent 0e12b1d commit 2aaaeaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dissectBCL/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def getNewFlowCell(
154154
logging.critical(
155155
f"Aviti run {flowcellName} has OutcomeFailed — pipeline will not start."
156156
)
157-
return (None, None, None)
157+
continue
158158
# Look for a folder containing the flowcellname.
159159
# no folder with name -> start the pipeline.
160160
print("Matching name")

0 commit comments

Comments
 (0)