Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tongzhouxu committed May 29, 2024
1 parent 4c33f8c commit 1b247c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mashpit/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ def prepare(args):
return db_folder,tmp_folder, conn

def build_taxon(args):
log_memory_usage('start')
# prepare the database folder and sqlite database
db_folder,tmp_folder,conn = prepare(args)
log_memory_usage('start')
# format the pathogen name
pathogen_name = args.species.strip().replace(' ','_')
# validate the species name
Expand Down

0 comments on commit 1b247c6

Please sign in to comment.