##// END OF EJS Templates
minirst: unindent "if True" block in filtersections()
Yuya Nishihara -
r39342:9fe97e67 default
parent child Browse files
Show More
@@ -680,7 +680,6 b' def format(text, width=80, indent=0, kee'
680 def filtersections(blocks, section):
680 def filtersections(blocks, section):
681 """Select parsed blocks under the specified section"""
681 """Select parsed blocks under the specified section"""
682 parents = []
682 parents = []
683 if True:
684 sections = getsections(blocks)
683 sections = getsections(blocks)
685 blocks = []
684 blocks = []
686 i = 0
685 i = 0
General Comments 0
You need to be logged in to leave comments. Login now