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

@@ -27,7 +27,7 @@
char *
pl_python_find_uv_config (bool mkdir)
{
if (CliOpt_Locally)
if (chsrc_in_local_mode())
{
return xy_2strjoin (UV_LOCAL_CONFIG_PATH, UV_CONFIG);
}