Skip to content
Snippets Groups Projects
Commit b65d2e9e authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

trigger pipeline

parent cfd84da2
No related branches found
No related tags found
1 merge request!172update self.config with default user_configuration values
Pipeline #79238 passed
This commit is part of merge request !172. Comments created here will be created in the context of that merge request.
...@@ -171,7 +171,7 @@ class BaseWorker(object): ...@@ -171,7 +171,7 @@ class BaseWorker(object):
) )
self.config = worker_version["configuration"]["configuration"] self.config = worker_version["configuration"]["configuration"]
if "user_configuration" in worker_version["configuration"]: if "user_configuration" in worker_version["configuration"]:
# Use default values from user configurable parameters if they are set # Add default values (if set) from user configurable parameters to the base configuration
for key, value in worker_version["configuration"][ for key, value in worker_version["configuration"][
"user_configuration" "user_configuration"
].items(): ].items():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment