mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
and another fix to md-split.py for CI
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user