We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3d1ff commit 7fb9827Copy full SHA for 7fb9827
1 file changed
iohub/ngff/utils.py
@@ -435,8 +435,9 @@ def apply_transform_to_tczyx_and_save(
435
)
436
else:
437
click.echo(
438
- f"""No valid data to write for channel indices {output_channel_indices} """
439
- f"""at output time indices {output_time_indices}"""
+ """No valid data to write for channel indices """
+ f"""{output_channel_indices} at output time indices """
440
+ f"""{output_time_indices}"""
441
442
del results
443
_echo_finished(input_time_indices, output_channel_indices, skipped=False)
0 commit comments