1
0

Remove unused config_path dict entry

This is not used anywhere, as far as I can tell.
This commit is contained in:
Andrew Morgan
2024-08-14 16:02:56 +01:00
parent af2a16370d
commit d3ed0ebebd

View File

@@ -857,7 +857,7 @@ def generate_worker_files(
worker_config = insert_worker_name_for_worker_config(worker_config, worker_name)
worker_config.update(
{"name": worker_name, "port": str(worker_port), "config_path": config_path}
{"name": worker_name, "port": str(worker_port)}
)
# Update the shared config with any worker_type specific options. The first of a