Skip to content

Commit f5619fc

Browse files
committed
Improve error logging for multiplexing converter (closes #951)
1 parent c34237c commit f5619fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fractal_tasks_core/tasks/cellvoyager_to_ome_zarr_init_multiplex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def cellvoyager_to_ome_zarr_init_multiplex(
191191

192192
info = (
193193
"Listing all plates/channels:\n"
194+
f"Folder: {acq_input.image_dir}\n"
194195
f"Include patterns: {include_patterns}\n"
195196
f"Exclude patterns: {exclude_patterns}\n"
196197
f"Plates: {plates}\n"

0 commit comments

Comments
 (0)