and another fix to md-split.py for CI

pull/1767/head
Sergey Zubkov 5 years ago
parent f36b3ccaa4
commit af44f95577

@ -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:

Loading…
Cancel
Save