1
0

Caught a typo

This commit is contained in:
Jason Little
2023-01-26 03:38:35 -06:00
parent 02178ced59
commit bd6b73ee76
+1 -1
View File
@@ -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