mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
fix md-split.py for CI
This commit is contained in:
@@ -114,7 +114,7 @@ def process_code(read_filehandle, text_filehandle, line, linenum, sourcefile, co
|
|||||||
has_question_marks = True
|
has_question_marks = True
|
||||||
linebuffer.append(dedent(line, indent_depth) if not fenced else line)
|
linebuffer.append(dedent(line, indent_depth) if not fenced else line)
|
||||||
try:
|
try:
|
||||||
line = read_filehandle.next()
|
line = read_filehandle.readline()
|
||||||
linenum += 1
|
linenum += 1
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
line = ''
|
line = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user