[libvirt PATCH] cpu_map: sync_qemu_i386.py: Remove superfluous semicolon

Tim Wiederhake twiederh at redhat.com
Wed Jun 9 11:04:29 UTC 2021


The semicolon in question makes the pipeline fail over a style checker
complaint.

Introduced-in: 360b8eb2d2cb1b6a8c9a78fa2c5be31dd7c74487
Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 src/cpu_map/sync_qemu_i386.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu_map/sync_qemu_i386.py b/src/cpu_map/sync_qemu_i386.py
index fbf1edf5d0..92bb58f75b 100755
--- a/src/cpu_map/sync_qemu_i386.py
+++ b/src/cpu_map/sync_qemu_i386.py
@@ -209,7 +209,7 @@ def read_builtin_x86_defs(filename):
                 raise RuntimeError("begin mark not found")
             match = begin_mark.match(line)
             if match:
-                break;
+                break
             match = shorthand.match(line)
             if match:
                 # TCG definitions are irrelevant for cpu models
-- 
2.31.1




More information about the libvir-list mailing list