mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Update Python group using rawstr4c v1.0.0
This commit is contained in:
@@ -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 不存在,直接写入文件 */
|
||||
|
Reference in New Issue
Block a user