Skip to content

Commit

Permalink
made some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSamJacob19 committed Jul 8, 2024
1 parent 45ac981 commit 6f72ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/parse_features_toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def sort_versions_for(feature, high_to_low=True):
with open(href, "w") as file:
file.write(str(page))
else:
print("invalid")
print("Invalid path for root")

timerEnd = time.time()
print('Total execution time for parsing ToC Features: ', timerEnd - timerStart)

0 comments on commit 6f72ea4

Please sign in to comment.