Skip to content

Commit

Permalink
Update buildSchemaPages.py
Browse files Browse the repository at this point in the history
trying to fix broken build
  • Loading branch information
jryland59 authored May 9, 2024
1 parent f965cb6 commit 2359db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildSchemaPages.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def stripSuffixAndBuildTable(specName):
table.append("## Schemas")
table.append("")
table.append("|---|---|---|")
table.append(specName+"|Version|Doc") seems to look better without this
#table.append(specName+"|Version|Doc") seems to look better without this
for file in schemasFiles:
shortname = file[:-4]
os.rename(directory+file, directory+shortname)
Expand Down

0 comments on commit 2359db6

Please sign in to comment.