mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
Update python_util.rs
This commit is contained in:
parent
1f07d8fc1a
commit
492d94959b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ pub fn which_python() -> String {
|
|||
if res == "" {
|
||||
panic!("python not found");
|
||||
}
|
||||
dbg!(&res);
|
||||
res
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue