Use println in chsrc

This commit is contained in:
Aoran Zeng
2025-06-20 14:55:04 +08:00
parent ba6fa809d4
commit 5b70f7fd8c
8 changed files with 11 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ pl_python_rye_setsrc (char *option)
char *rye_config = pl_python_find_rye_config ();
chsrc_note2 (xy_strjoin (3, "请在您的 Rye 配置文件 ", rye_config, " 中添加:"));
puts (file);
println (file);
chsrc_determine_chgtype (ChgType_Manual);
chsrc_conclude (&source);