Skip to content

Commit

Permalink
Merge pull request #14 from selfdecode/fix/myheritage_tuple
Browse files Browse the repository at this point in the history
fix myheritage return
  • Loading branch information
adrianodemarino authored Dec 18, 2022
2 parents bdd7523 + a760116 commit 90f4077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snps/io/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def parser():
dtype=NORMALIZED_DTYPES,
)

return df_
return df_,

return self.read_helper("MyHeritage", parser)

Expand Down

0 comments on commit 90f4077

Please sign in to comment.