1 parent 356f278 commit 004b45bCopy full SHA for 004b45b
1 file changed
src/ytdl_sub/script/types/variable_dependency.py
@@ -281,7 +281,5 @@ def try_partial_resolve(
281
elif isinstance(arg, Variable):
282
if arg not in resolved_variables:
283
is_resolvable = False
284
- if arg in unresolved_variables:
285
- maybe_resolvable_args[-1] = unresolved_variables[arg]
286
287
return maybe_resolvable_args, is_resolvable
0 commit comments