do not replace variables with unresolved counterparts
This commit is contained in:
parent
356f278be9
commit
004b45b6f1
1 changed files with 0 additions and 2 deletions
|
|
@ -281,7 +281,5 @@ class VariableDependency(ABC):
|
||||||
elif isinstance(arg, Variable):
|
elif isinstance(arg, Variable):
|
||||||
if arg not in resolved_variables:
|
if arg not in resolved_variables:
|
||||||
is_resolvable = False
|
is_resolvable = False
|
||||||
if arg in unresolved_variables:
|
|
||||||
maybe_resolvable_args[-1] = unresolved_variables[arg]
|
|
||||||
|
|
||||||
return maybe_resolvable_args, is_resolvable
|
return maybe_resolvable_args, is_resolvable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue