Skip to content

Commit

Permalink
bugfix --> typo escape
Browse files Browse the repository at this point in the history
  • Loading branch information
albertobrusati committed Jan 20, 2022
1 parent 2755e16 commit 80b24ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/extaxsi/ExTaxsI_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,7 @@ def db_creation(text_search = None,

if counter_query == 0:
print("\nNo results found with this query: %s\nMaybe a typo?\n" % text_search)
exit()
return
else:
print("\nThe number of sequence found is: {0}{2}{1}".format(color.GREEN,
color.END,
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'extaxsi',
packages = ['extaxsi'],
version = '0.3.8',
version = '0.3.9',
license='MIT',
description = 'Extaxsi is a bioinformatic library aimed to elaborate and visualize molecular and taxonomic informations',
long_description="""ExTaxsI functions \n
Expand Down

0 comments on commit 80b24ce

Please sign in to comment.