ecotag: fixed a bug where all the full DMS path weren't properly sent to

the C layer
This commit is contained in:
Celine Mercier
2020-04-29 10:35:55 +02:00
parent e6b6c6fa84
commit 0bec2631e8
2 changed files with 3 additions and 3 deletions

View File

@ -107,8 +107,8 @@ def run(config):
comments = View.print_config(config, "ecotag", command_line, input_dms_name=input_dms_name, input_view_name=input_view_name)
if obi_ecotag(i_dms.name_with_full_path, tobytes(i_view_name), \
tobytes(ref_dms_name), tobytes(ref_view_name), \
tobytes(taxo_dms_name), tobytes(taxonomy_name), \
ref_dms.name_with_full_path, tobytes(ref_view_name), \
taxo_dms.name_with_full_path, tobytes(taxonomy_name), \
tobytes(o_view_name), comments,
config['ecotag']['threshold']) < 0:
raise Exception("Error running ecotag")

View File

@ -1,5 +1,5 @@
major = 3
minor = 0
serial= '0-beta15a'
serial= '0-beta15b'
version ="%d.%02d.%s" % (major,minor,serial)