mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-06 14:20:05 +08:00
Use chsrc_alert2()
This commit is contained in:
@@ -56,7 +56,7 @@ wr_anaconda_setsrc (char *option)
|
||||
{
|
||||
if (xy_file_exist (configfile))
|
||||
{
|
||||
chsrc_note2 ("配置文件不存在,将使用 conda 命令创建");
|
||||
chsrc_alert2 ("配置文件不存在,将使用 conda 命令创建");
|
||||
bool conda_exist = chsrc_check_program ("conda");
|
||||
if (!conda_exist)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user