Hi
On Tue, Dec 11, 2018 at 4:06 PM Markus Armbruster wrote:
>
> Marc-André Lureau writes:
>
> > The function only receives the dictionary form of enum expressions
> > now, so we can make it shorter.
> >
> > Suggested-by: Markus Armbruster
> > Signed-off-by: Marc-André Lureau
> > ---
> > scrip
Marc-André Lureau writes:
> The function only receives the dictionary form of enum expressions
> now, so we can make it shorter.
>
> Suggested-by: Markus Armbruster
> Signed-off-by: Marc-André Lureau
> ---
> scripts/qapi/common.py | 11 +--
> 1 file changed, 1 insertion(+), 10 deletion
The function only receives the dictionary form of enum expressions
now, so we can make it shorter.
Suggested-by: Markus Armbruster
Signed-off-by: Marc-André Lureau
---
scripts/qapi/common.py | 11 +--
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/scripts/qapi/common.py b