Skip to content

Commit 2755e16

Browse files
bugfix --> typo escape
1 parent e037516 commit 2755e16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/extaxsi/ExTaxsI_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ def db_creation(text_search = None,
21282128

21292129
if counter_query == 0:
21302130
print("\nNo results found with this query: %s\nMaybe a typo?\n" % text_search)
2131-
break
2131+
exit()
21322132
else:
21332133
print("\nThe number of sequence found is: {0}{2}{1}".format(color.GREEN,
21342134
color.END,

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'extaxsi',
55
packages = ['extaxsi'],
6-
version = '0.3.7',
6+
version = '0.3.8',
77
license='MIT',
88
description = 'Extaxsi is a bioinformatic library aimed to elaborate and visualize molecular and taxonomic informations',
99
long_description="""ExTaxsI functions \n

0 commit comments

Comments
 (0)