mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
and another fix to md-split.py for CI
This commit is contained in:
parent
f36b3ccaa4
commit
af44f95577
|
@ -83,7 +83,7 @@ def process_code(read_filehandle, text_filehandle, line, linenum, sourcefile, co
|
||||||
fenced = (line.strip() == '```')
|
fenced = (line.strip() == '```')
|
||||||
if fenced:
|
if fenced:
|
||||||
try:
|
try:
|
||||||
line = read_filehandle.next()
|
line = read_filehandle.readLine()
|
||||||
linenum += 1
|
linenum += 1
|
||||||
text_filehandle.write('\n')
|
text_filehandle.write('\n')
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user