Skip to content

Commit 6a1cfe9

Browse files
committed
oops, make_body was in use after all
1 parent daf4253 commit 6a1cfe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make_schema_doc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,9 @@ def make_tables(first, last):
868868
raise BzSchemaProcessingException(e)
869869
return (header, body, footer)
870870

871+
def make_body(first, last):
872+
(header, body, footer) = make_tables(first, last)
873+
return body
871874

872875
def write_file(first, last, file):
873876
# file = open(filename, 'w')

0 commit comments

Comments
 (0)