Skip to content

Commit 5922056

Browse files
committed
Update LazyEntrypoint.resolve to handle ctx
Signed-off-by: Marc Romeyn <[email protected]>
1 parent ea73939 commit 5922056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/lazy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def resolve(self, ctx: Optional["RunContext"] = None) -> Partial:
127127
fn = fn.target
128128

129129
sig = inspect.signature(fn)
130-
param_names = sig.parameters.keys()
130+
param_names = sig.parameters.keys()
131131

132132
dotlist = dictconfig_to_dot_list(
133133
_args_to_dictconfig(self._args_), has_factory=self._factory_ is not None

0 commit comments

Comments
 (0)