Skip to content

Commit 861869b

Browse files
committed
small fix
1 parent e3fab54 commit 861869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ilastik_tasks/ilastik_pixel_classification_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def ilastik_pixel_classification_segmentation(
378378
chunks=chunks,
379379
dtype=label_dtype,
380380
store=store,
381-
overwrite=overwrite,
381+
overwrite=False,
382382
dimension_separator="/",
383383
)
384384

0 commit comments

Comments
 (0)