8000 Adjust symlink log message (#259) · python/docsbuild-scripts@3d068f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d068f4

Browse files
authored
Adjust symlink log message (#259)
1 parent a6c458d commit 3d068f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def symlink(
12291229
http: urllib3.PoolManager,
12301230
) -> None:
12311231
"""Used by major_symlinks and dev_symlink to maintain symlinks."""
1232-
msg = "Creating symlink from %s to %s"
1232+
msg = "Creating symlink from /%s/ to /%s/"
12331233
if language_tag == "en"< 4754 /span>: # English is rooted on /, no /en/
12341234
path = www_root
12351235
logging.debug(msg, name, directory)

0 commit comments

Comments
 (0)
0