Skip to content

Commit 6a13e94

Browse files
committed
rerun
1 parent 4a244f8 commit 6a13e94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rounds/3_dna/solution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def find_matches(fasta_path: str, pattern: bytes) -> list[tuple[str, list[int]]]
4545
threads.append(thread)
4646
for thread in threads:
4747
thread.join()
48+
4849
return matches
4950

5051
def match_record(record_id, sequence, pattern_str, matches):

0 commit comments

Comments
 (0)