diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py index 3dad01630a..71b8fbbe19 100755 --- a/docker/configure_workers_and_start.py +++ b/docker/configure_workers_and_start.py @@ -616,7 +616,7 @@ def generate_worker_files( # Similar to above, but for worker name's. This is used to check that worker names # for different worker types or combinations of types is not used, as it will error - # with 'Address in use'(e.g. "to_device, to_device=typing" would error. + # with 'Address in use'(e.g. "to_device, to_device=typing" would error). worker_name_type_counter: Dict[str, str] = {} # A list of internal endpoints to healthcheck, starting with the main process