We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca1652 commit ec9ab9eCopy full SHA for ec9ab9e
1 file changed
src/imcflibs/imagej/bdv.py
@@ -1427,10 +1427,8 @@ def duplicate_transformations(
1427
target = "[All Tiles]"
1428
source = str(tile_source)
1429
if channel_source > 0:
1430
- chnl_apply = "apply_to_channel=[Single channel (Select from List)] "
1431
- chnl_process = (
1432
- "processing_channel=[channel " + str(channel_source - 1) + "] "
1433
- )
+ ch_apply = "apply_to_channel=[Single channel (Select from List)] "
+ ch_process = "processing_channel=[channel " + str(channel_source - 1) + "] "
1434
else:
1435
ch_apply = "apply_to_channel=[All channels] "
1436
0 commit comments