Commit eee278e0 by Luca Berruti

fix

parent 5048218a
...@@ -467,7 +467,7 @@ class Runner(object): ...@@ -467,7 +467,7 @@ class Runner(object):
inject['item'] = x inject['item'] = x
# TODO: this idiom should be replaced with an up-conversion to a Jinja2 template evaluation # TODO: this idiom should be replaced with an up-conversion to a Jinja2 template evaluation
if isinstance(sel.fcomplex_args, basestring): if isinstance(self.complex_args, basestring):
complex_args = template.template(self.basedir, self.complex_args, inject, convert_bare=True) complex_args = template.template(self.basedir, self.complex_args, inject, convert_bare=True)
complex_args = utils.safe_eval(complex_args) complex_args = utils.safe_eval(complex_args)
if type(complex_args) != dict: if type(complex_args) != dict:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment