[libvirt] [PATCH] python:remove semicolon in python code

Guannan Ren gren at redhat.com
Fri Mar 22 04:15:46 UTC 2013


This breaked "make syntax-check" testing

Pushed under trivial rule
---
 python/generator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/generator.py b/python/generator.py
index fbaf797..0237374 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -1490,7 +1490,7 @@ def buildWrappers(module):
                         classes.write(", %s" % arg[0])
                     n = n + 1
                 if arg[0] == "flags":
-                    classes.write("=0");
+                    classes.write("=0")
                 classes.write("):\n")
                 writeDoc(module, name, args, '        ', classes)
                 n = 0
-- 
1.7.11.2




More information about the libvir-list mailing list