Merge remote-tracking branch 'origin/update-user-guide' into update-user-guide

This commit is contained in:
Wu Clan 2025-11-09 15:59:34 +08:00
commit d526cf10ba
1 changed files with 4 additions and 1 deletions

View File

@ -297,7 +297,10 @@ def live(
if dirty:
args.append("--dirty")
subprocess.run(
args, env={**os.environ, "LINENUMS": "true", "PYTHONUTF8": "1"}, cwd=lang_path, check=True
args,
env={**os.environ, "LINENUMS": "true", "PYTHONUTF8": "1"},
cwd=lang_path,
check=True,
)