segmenter: fix ecotaxa output bug
(cherry picked from commit af978d7da07f06923d038e750512b7a07c3b3fd0)
This commit is contained in:
parent
ef59fc4ee1
commit
5c005ed619
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue