Skip to content

Commit ec9ab9e

Browse files
committed
Merge back readability changes from commit b8ff579
1 parent 7ca1652 commit ec9ab9e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,10 +1427,8 @@ def duplicate_transformations(
14271427
target = "[All Tiles]"
14281428
source = str(tile_source)
14291429
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-
)
1430+
ch_apply = "apply_to_channel=[Single channel (Select from List)] "
1431+
ch_process = "processing_channel=[channel " + str(channel_source - 1) + "] "
14341432
else:
14351433
ch_apply = "apply_to_channel=[All channels] "
14361434
else:

0 commit comments

Comments
 (0)