Skip to content

Commit cbdc2b4

Browse files
committed
BUG: fix progress display for installing alignments
1 parent 8731abc commit cbdc2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ensembl_tui/_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def download_aligns(
244244
msg = "Downloading alignments"
245245
if progress is not None:
246246
align_download = progress.add_task(
247-
total=len(config.species_dbs),
247+
total=len(config.align_names),
248248
description=msg,
249249
)
250250

0 commit comments

Comments
 (0)