Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update generate_automated_pages.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 21, 2019
1 parent 532dfe7 commit e4d4ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/_exts/generate_automated_pages.py
Expand Up @@ -105,7 +105,7 @@ def shorten(text):
It gives an order of magnitude.
'''.format(runtime, title, "=" * len(title))))
f.write(build_table())
f.write(df2rst(piv))
logger.info(
"[mlprodict] done page '{}'.".format(whe))
print("[mlprodict-sphinx] done page runtime '{}' - '{}'.".format(runtime, whe))
Expand Down

0 comments on commit e4d4ef0

Please sign in to comment.