Skip to content

Commit

Permalink
oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Sep 6, 2024
1 parent 6c24b24 commit 891b91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virus_clade_utils/util/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def download_covid_genome_metadata(url: str, data_path: Path) -> Path:
elapsed = end - start
logger.info("genome metadata downloaded", elapsed=elapsed)

return result[0]
return filename


def get_covid_genome_metadata(metadata_path: Path, num_rows: int | None = None) -> pl.LazyFrame:
Expand Down

0 comments on commit 891b91f

Please sign in to comment.