提交 af44f955 编写于 作者: S Sergey Zubkov

and another fix to md-split.py for CI

上级 f36b3cca
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册