Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 8, 2025
1 parent 1988a2e commit 65640a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stripepy/cli/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,15 @@ def run(
t0 = time.time()
if list_only:
_list_datasets()
return
return 0

if unit_test:
_download_data_for_unit_tests()
return
return 0

if end2end_test:
_download_data_for_end2end_tests()
return
return 0

do_random_sample = name is None and assembly is None

Expand Down

0 comments on commit 65640a3

Please sign in to comment.