Skip to content

Commit 190d764

Browse files
committed
space
1 parent da447cd commit 190d764

File tree

1 file changed

+1
-1
lines changed
  • services/autoscaling/src/simcore_service_autoscaling/modules

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _list_processing_tasks_on_worker(
273273
async with _scheduler_client(scheduler_url, authentication) as client:
274274
worker_url, _ = _dask_worker_from_ec2_instance(client, ec2_instance)
275275

276-
_logger.debug("looking for processing tasksfor %s", f"{worker_url=}")
276+
_logger.debug("looking for processing tasks for %s", f"{worker_url=}")
277277

278278
# now get the used resources
279279
worker_processing_tasks: list[

0 commit comments

Comments
 (0)