Skip to content

Commit 5a808fe

Browse files
fix python fr
1 parent 012797b commit 5a808fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/build_ceed_cffi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def is_valid_line(line):
2525
return False
2626
if (line.endswith('\\\n')):
2727
return False
28+
if (line.startswith(' __NOP')):
29+
return False
2830
if ("CeedErrorImpl" in line):
2931
return False
3032
if (r'const char *, ...);' in line):

0 commit comments

Comments
 (0)