We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f49b4 commit 289ea80Copy full SHA for 289ea80
ads/opctl/cmds.py
@@ -178,7 +178,7 @@ def run(config: Dict, **kwargs) -> Dict:
178
else:
179
# If no yaml is provided and config is empty, we assume there's cmdline args to define a job.
180
config = {"kind": "job"}
181
- p.config["kind"] = config["kind"]
+ p = ConfigProcessor(config).step(ConfigMerger, **kwargs)
182
if config.get("kind") == "distributed": # TODO: add kind factory
183
print(
184
"......................... Initializing the process ..................................."
0 commit comments