mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-28 18:31:13 +08:00
Remove xy_run() last parameter
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
char *
|
||||
pl_python_find_rye_config ()
|
||||
{
|
||||
char *buf = xy_run ("rye config --show-path", 0, NULL);
|
||||
char *buf = xy_run ("rye config --show-path", 0);
|
||||
char *rye_config = xy_normalize_path (xy_str_strip (buf));
|
||||
|
||||
return rye_config;
|
||||
|
||||
Reference in New Issue
Block a user