On 9/14/19 10:35 AM, Markus Armbruster wrote:
> check_keys() parameter expr_elem expects a dictionary with keys 'expr'
> and 'info'. Passing the two values separately is simpler, so do that.
>
> Signed-off-by: Markus Armbruster
> ---
> scripts/qapi/common.py | 19 ---
> 1 file c
check_keys() parameter expr_elem expects a dictionary with keys 'expr'
and 'info'. Passing the two values separately is simpler, so do that.
Signed-off-by: Markus Armbruster
---
scripts/qapi/common.py | 19 ---
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/scrip