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

Commit

Permalink
fix missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 23, 2023
1 parent a8af6f1 commit 0e901e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyquickhelper/sphinxext/sphinx_gdot_extension.py
Expand Up @@ -357,7 +357,8 @@ def copy_js_files(app):
logger.warning("[gdot] unable to download: %r to %r",
GDotDirective._default_url, file_dest)
else:
logger.info("[gdot] copy %r to %r.", path, file_dest)
logger.info("[gdot] download %r to %r.",
GDotDirective._default_url, file_dest)

# require.js
file_dest = os.path.join(destf, "require.js")
Expand Down

0 comments on commit 0e901e3

Please sign in to comment.