Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ga4gh/vrs/extras/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def _from_hgvs(
)

copies = kwargs.get("copies")
if copies:
if copies is not None:
cnv = models.CopyNumberCount(location=location, copies=copies)
else:
copy_change = kwargs.get("copy_change")
Expand Down