Use new ProgMode

This commit is contained in:
Aoran Zeng
2025-07-11 11:24:29 +08:00
parent 5f8da597ff
commit 4b5aff7862
18 changed files with 158 additions and 156 deletions

View File

@@ -34,7 +34,7 @@ pl_python_poetry_setsrc (char *option)
char *cmd = NULL;
if (CliOpt_Locally==false)
if (!chsrc_in_local_mode())
chsrc_note2 ("Poertry 仅支持项目级换源");
cmd = xy_2strjoin ("poetry source add my_mirror ", source.url);