mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-05 05:30:41 +08:00
更新文档
This commit is contained in:
@@ -66,7 +66,8 @@ pl_python_pip_setsrc (char *option)
|
||||
// 对于不支持的情况,尽早结束
|
||||
if (chsrc_in_project_scope_mode())
|
||||
{
|
||||
char *msg = ENGLISH ? "pip doesn't support `-local`. SKIP changing source!" : "pip 不支持 -local,跳过换源";
|
||||
char *msg = ENGLISH ? "pip doesn't support `-scope=project`. SKIP changing source!"
|
||||
: "pip 不支持项目级换源,跳过换源";
|
||||
chsrc_error (msg);
|
||||
// 不能直接退出,因为 Leader target 不能就此结束
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user