The assert were never triggered as always True Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- python_modules/ptypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/ptypes.py b/python_modules/ptypes.py index 753d363..74f3e55 100644 --- a/python_modules/ptypes.py +++ b/python_modules/ptypes.py @@ -223,7 +223,7 @@ class TypeRef(Type): return _types_by_name[self.name] def register(self): - assert True, "Can't register TypeRef!" + assert False, "Can't register TypeRef!" class IntegerType(Type): -- 2.7.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel