Skip to content

Commit 289ea80

Browse files
committed
Updated pr.
1 parent 33f49b4 commit 289ea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/opctl/cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def run(config: Dict, **kwargs) -> Dict:
178178
else:
179179
# If no yaml is provided and config is empty, we assume there's cmdline args to define a job.
180180
config = {"kind": "job"}
181-
p.config["kind"] = config["kind"]
181+
p = ConfigProcessor(config).step(ConfigMerger, **kwargs)
182182
if config.get("kind") == "distributed": # TODO: add kind factory
183183
print(
184184
"......................... Initializing the process ..................................."

0 commit comments

Comments
 (0)