[Spice-devel] [PATCH spice-common 1/4] codegen: Use has_end_attr instead of has_attr("end")
Frediano Ziglio
fziglio at redhat.com
Tue Aug 13 16:56:05 UTC 2019
Just style, they do the same thing, but is more coherent
with the rest of the code.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
python_modules/demarshal.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py
index d3147b7..6d8dbdd 100644
--- a/python_modules/demarshal.py
+++ b/python_modules/demarshal.py
@@ -804,7 +804,7 @@ def write_array_parser(writer, member, nelements, array, dest, scope):
element_type = array.element_type
if member:
array_start = dest.get_ref(member.name)
- at_end = member.has_attr("end")
+ at_end = member.has_end_attr()
else:
array_start = "end"
at_end = True
--
2.20.1
More information about the Spice-devel
mailing list