We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03faf3 commit 2f192bdCopy full SHA for 2f192bd
examples/custom_messages.py
@@ -47,7 +47,7 @@ def on_test_start(environment, **_kwargs):
47
if isinstance(environment.runner, LocalRunner):
48
workers = [environment.runner]
49
else:
50
- workers = [environment.runner.clients]
+ workers = environment.runner.clients
51
52
for i, worker in enumerate(workers):
53
start_index = i * chunk_size
0 commit comments