Skip to content

Commit

Permalink
oops, make_body was in use after all
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 3, 2024
1 parent daf4253 commit 6a1cfe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_schema_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@ def make_tables(first, last):
raise BzSchemaProcessingException(e)
return (header, body, footer)

def make_body(first, last):
(header, body, footer) = make_tables(first, last)
return body

def write_file(first, last, file):
# file = open(filename, 'w')
Expand Down

0 comments on commit 6a1cfe9

Please sign in to comment.