]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Fix QAPISchemaEntity.__repr__()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 24 Oct 2023 10:48:41 +0000 (12:48 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 13 Nov 2023 09:36:51 +0000 (10:36 +0100)
commit6d133eef98bed96ea11c73ad3cd15f21815da993
tree95dd9d80841c997e60cc8ef4b70b2116709da5f3
parent69680740eafa1838527c90155a7432d51b8ff203
qapi: Fix QAPISchemaEntity.__repr__()

I messed it up on merge.  It's a debugging aid, so no impact on build.

Fixes: e307a8174bb8 (qapi: provide a friendly string representation of QAPI classes)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20231024104841.1569250-1-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
scripts/qapi/schema.py