Skip to content

Commit 004b45b

Browse files
committed
do not replace variables with unresolved counterparts
1 parent 356f278 commit 004b45b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ytdl_sub/script/types/variable_dependency.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,5 @@ def try_partial_resolve(
281281
elif isinstance(arg, Variable):
282282
if arg not in resolved_variables:
283283
is_resolvable = False
284-
if arg in unresolved_variables:
285-
maybe_resolvable_args[-1] = unresolved_variables[arg]
286284

287285
return maybe_resolvable_args, is_resolvable

0 commit comments

Comments
 (0)