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
|
||||
linebuffer.append(dedent(line, indent_depth) if not fenced else line)
|
||||
try:
|
||||
line = read_filehandle.next()
|
||||
line = read_filehandle.readline()
|
||||
linenum += 1
|
||||
except StopIteration:
|
||||
line = ''
|
||||
|
||||
Reference in New Issue
Block a user