We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c458d commit cbf05deCopy full SHA for cbf05de
build_docs.py
@@ -1229,7 +1229,7 @@ def symlink(
1229
http: urllib3.PoolManager,
1230
) -> None:
1231
"""Used by major_symlinks and dev_symlink to maintain symlinks."""
1232
- msg = "Creating symlink from %s to %s"
+ msg = "Creating symlink from /%s/ to /%s/"
1233
if language_tag == "en": # English is rooted on /, no /en/
1234
path = www_root
1235
logging.debug(msg, name, directory)
0 commit comments