Skip to content

Commit

Permalink
Merge pull request #16 from eastgenomics/refactor
Browse files Browse the repository at this point in the history
remove test exit (#16)
  • Loading branch information
Addy81 authored Nov 8, 2023
2 parents da0197d + af2bc49 commit 0a5ceb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ _get_run_data() {

duration=$SECONDS
echo "Downloaded $(wc -w <<< ${file_ids}) files (${total}) in $(($duration / 60))m$(($duration % 60))s"
exit 0
}


Expand Down

0 comments on commit 0a5ceb0

Please sign in to comment.