Skip to content

Commit

Permalink
make doctest happy
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Dec 30, 2021
1 parent f9cbb68 commit e9149f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tools/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ def main():
generate_html(start_time, end_time, links, outdir)


main()
if __name__ == '__main__':
main()
3 changes: 2 additions & 1 deletion tools/lili-search.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ def main():
print(f"-- {key} --")
for found in reports[key]:
print(found)
main()
if __name__ == '__main__':
main()
4 changes: 2 additions & 2 deletions tools/lili.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,5 @@ def main():
print(err)
sys.exit(1)


main()
if __name__ == '__main__':
main()

1 comment on commit e9149f5

@vercel
Copy link

@vercel vercel bot commented on e9149f5 Dec 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.