Skip to content

Commit

Permalink
errorcode on quit
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Mar 22, 2024
1 parent ba2fd72 commit 5906490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tb-profiler-tools
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if hasattr(args, 'func'):
if hasattr(args, 'db'):
if args.db=="who-v2" and not args.external_db and pp.nofile(sys.base_prefix+"/share/tbprofiler/who-v2.fasta"):
logging.error("Can't find the tbdb file at %s. Please run 'tb-profiler update_tbdb' to load the default library or specify another using the '--external_db' flag" % sys.base_prefix)
quit()
quit(1)
if args.external_db:
args.conf = pp.get_db(args.software_name,args.external_db)
else:
Expand Down

0 comments on commit 5906490

Please sign in to comment.