##// END OF EJS Templates
releasenotes: minor bug fix for index error while serializing...
Rishabh Madan -
r33781:589fda78 default
parent child Browse files
Show More
@@ -426,7 +426,7 b' def serializenotes(sections, notes):'
426 426
427 427 lines.append('')
428 428
429 if lines[-1]:
429 if lines and lines[-1]:
430 430 lines.append('')
431 431
432 432 return '\n'.join(lines)
General Comments 0
You need to be logged in to leave comments. Login now