mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +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() == '```')
|
||||
if fenced:
|
||||
try:
|
||||
line = read_filehandle.next()
|
||||
line = read_filehandle.readLine()
|
||||
linenum += 1
|
||||
text_filehandle.write('\n')
|
||||
except StopIteration:
|
||||
|
||||
Reference in New Issue
Block a user