From 909df119722682be9ef23e875b827c7459f48bae Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 Jan 2021 22:24:58 +0100 Subject: [PATCH] semicolon in python? --- gen/gen_cid/c_2_ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/gen_cid/c_2_ast.py b/gen/gen_cid/c_2_ast.py index 68557e7..0fd104d 100644 --- a/gen/gen_cid/c_2_ast.py +++ b/gen/gen_cid/c_2_ast.py @@ -31,7 +31,7 @@ class C2AST: def _parse(self, cursor, path, follow_includes=False, parent_cursor=None): item = None - dont_recurse = False; + dont_recurse = False # dont parse excluded CursorKinds excluded_cursortypes = [CursorKind.INTEGER_LITERAL] if not cursor.kind in excluded_cursortypes: