Skip to content

Commit

Permalink
added a possible bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhera committed Aug 31, 2022
1 parent 9648d51 commit 290a545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_reference_genomes.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def main():
print('Problem downloading genome ' + current_directory_name + ' due to a closed onnection, skipping this.')
cmd = 'rm -rf ' + path+'/'+current_directory_name
subprocess.call(cmd.split(' '))
helper.return_to_original_direct()
continue
total_downloaded += 1
helper.return_to_original_direct()
Expand Down

0 comments on commit 290a545

Please sign in to comment.