segmenter: fix ecotaxa output bug

(cherry picked from commit af978d7da07f06923d038e750512b7a07c3b3fd0)
This commit is contained in:
Romain Bazile 2021-06-02 18:34:38 +02:00 committed by Romain Bazile
parent ef59fc4ee1
commit 5c005ed619

View file

@ -779,7 +779,7 @@ class SegmenterProcess(multiprocessing.Process):
self.__archive_fn = os.path.join(
self.__ecotaxa_path,
# filename includes project name, timestamp and sample id
f"export_{project}_{date}_{sample}.zip",
f"ecotaxa_{project}_{date}_{sample}.zip",
)
self.__working_path = path