We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca0b70 commit 657da85Copy full SHA for 657da85
1 file changed
lisa/transformers/script_transformer.py
@@ -61,7 +61,7 @@ def _internal_run(self) -> Dict[str, Any]:
61
key: self._runbook_builder.variables[key].data for key in item.variables
62
}
63
64
- evaluator = simpleeval.SimpleEval(
+ evaluator = simpleeval.EvalWithCompoundTypes(
65
# Update ex: DEFAULT_OPERATORS | {ast.BitXor, operator.xor}
66
operators=simpleeval.DEFAULT_OPERATORS | {},
67
# Update ex: DEFAULT_FUNCTIONS | {'floor': math.floor}
0 commit comments