segmenter: fix ecotaxa message
(cherry picked from commit b652646682e914d66a25e03ac8c348b4234284c7)
This commit is contained in:
parent
c0f3c2f439
commit
5a50bdf23a
|
@ -696,9 +696,9 @@ class SegmenterProcess(multiprocessing.Process):
|
|||
self.__working_obj_path,
|
||||
keep_files=True,
|
||||
):
|
||||
logger.error("The ecotaxa export could not be completed")
|
||||
else:
|
||||
logger.succes("Ecotaxa archive export completed for this folder")
|
||||
else:
|
||||
logger.error("The ecotaxa export could not be completed")
|
||||
else:
|
||||
logger.info("There are no objects to export")
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue