diff --git a/src/lava/magma/core/process/process.py b/src/lava/magma/core/process/process.py index e07b1f808..d19a1b1d6 100644 --- a/src/lava/magma/core/process/process.py +++ b/src/lava/magma/core/process/process.py @@ -347,7 +347,7 @@ def run(self, raise ValueError("run_cfg must not be None when calling" " Process.run() unless the process has already" " been compiled.") - self.create_runtime(run_cfg, compile_config) + self.create_runtime(run_cfg=run_cfg, compile_config=compile_config) self._runtime.start(condition) def create_runtime(self, run_cfg: ty.Optional[RunConfig] = None,