Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 22, 2024
1 parent 0c76063 commit bb38d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uniprot2s3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def run_uniprot_api_parallel(
# If show_status is True, use process_map to display a progress bar
if show_status:
process_map(
fetch_func, taxa_id_common_with_proteomes_list, max_workers=workers, chunksize=CHUNK_SIZE_PER_WORKER
fetch_func, taxa_id_common_with_proteomes_list, max_workers=workers
)
else:
# Set up a pool of worker processes without a progress bar
Expand Down

0 comments on commit bb38d8c

Please sign in to comment.