Remove unused config_path dict entry

This commit is contained in:
Andrew Morgan 2024-08-14 16:02:56 +01:00
parent a035d84ce0
commit 9df46343b9

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