mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
no calls plz
This commit is contained in:
parent
35f6fb1383
commit
f078946ed3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def safe_eval(expr, locals={}, include_exceptions=False):
|
|||
(
|
||||
ast.Add,
|
||||
ast.BinOp,
|
||||
ast.Call,
|
||||
#ast.Call,
|
||||
ast.Compare,
|
||||
ast.Dict,
|
||||
ast.Div,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue