修改添加step mode

This commit is contained in:
q434343
2026-02-06 15:12:56 +08:00
parent e4d915c59c
commit abf5555e37
3 changed files with 37 additions and 5 deletions

View File

@@ -1315,7 +1315,7 @@ class LiquidHandlerAbstract(LiquidHandlerMiddleware):
if len(sources) != len(targets):
raise ValueError(f"Length of `sources` {len(sources)} must match `targets` {len(targets)}.")
if len(use_channels) == 1:
if len(use_channels) != 1:
for _ in range(len(targets)):
tip = []
for ___ in range(len(use_channels)):