Update Python group using rawstr4c v1.0.0

This commit is contained in:
Aoran Zeng
2025-08-09 10:32:13 +08:00
parent 8df5363007
commit 3200e2ab3b
4 changed files with 10 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
* |
* Created On : <2024-12-11>
* Major Revision : 1
* Last Modified : <2025-07-26>
* Last Modified : <2025-08-09>
* ------------------------------------------------------------*/
/**
@@ -119,8 +119,6 @@ pl_python_uv_setsrc (char *option)
update_config_cmd = xy_str_gsub (update_config_cmd, "@f@", uv_config);
update_config_cmd = xy_str_gsub (update_config_cmd, "@url@", source.url);
char *append_config_cmd = xy_strjoin (4, "printf '", source_content, "' >> ", uv_config);
if (!xy_file_exist (uv_config))
{
/* 当 uv_config 不存在,直接写入文件 */