Skip to content
Snippets Groups Projects
Commit dbcdc9aa authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

Merge branch 'f-transformer-replace-variables' into ruqad

parents a8aa8025 d6c95eb2
No related branches found
No related tags found
1 merge request!217TST: Make NamedTemporaryFiles Windows-compatible
......@@ -584,7 +584,7 @@ class Converter(object, metaclass=ABCMeta):
# Do variable replacment on function parameters:
for key in tr_func_params:
tr_func_params[key] = replace_variables(tr_func_params[key])
tr_func_params[key] = replace_variables(tr_func_params[key], values)
# Retrieve the function from the dictionary:
tr_func = transformer_functions[tr_func_key]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment