##// END OF EJS Templates
minirst: fix debug code
Martin Geisler -
r11187:db289792 stable
parent child Browse files
Show More
@@ -357,7 +357,7 b' if __name__ == "__main__":'
357 357 text = open(sys.argv[1]).read()
358 358 blocks = debug(findblocks, text)
359 359 blocks = debug(findliteralblocks, blocks)
360 blocks = debug(prunecontainers, blocks, sys.argv[2:])
360 blocks, pruned = debug(prunecontainers, blocks, sys.argv[2:])
361 361 blocks = debug(inlineliterals, blocks)
362 362 blocks = debug(splitparagraphs, blocks)
363 363 blocks = debug(updatefieldlists, blocks)
General Comments 0
You need to be logged in to leave comments. Login now