mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-30 16:18:02 -05:00
python:remove semicolon in python code
This breaked "make syntax-check" testing Pushed under trivial rule
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user