Skip to content

Commit 24667eb

Browse files
committed
Fix missing continue
1 parent de12234 commit 24667eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/misc/family_loading_failures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def get_families_failed_sex_check(
188188
logger.info(
189189
f'Encountered sample with Unknown sex excluded from sex check: {sample_id}',
190190
)
191+
continue
191192

192193
if family.samples[sample_id].sex != sex_check_lookup[sample_id]:
193194
failed_families[family].append(

0 commit comments

Comments
 (0)