diff --git a/scos_actions/actions/acquire_sea_data_product.py b/scos_actions/actions/acquire_sea_data_product.py index e9a46d9f..22970a9a 100644 --- a/scos_actions/actions/acquire_sea_data_product.py +++ b/scos_actions/actions/acquire_sea_data_product.py @@ -575,7 +575,7 @@ def __call__(self, schedule_entry, task_id): [], ) result_tic = perf_counter() - for i, channel_data_process in enumerate(dp_procs): + for channel_data_process in dp_procs: # Retrieve object references for channel data channel_data_refs = ray.get(channel_data_process) channel_data = []