-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error detected while processing function <SNR>28_InstallCLI[7]..<SNR>28_GetPythonBinary #115
Comments
That doesn't look like the full error message... usually there's some more? |
This I believe is the full log. Artix linux,
Just updated today. |
This could be related: hsanson/ale@53ff5f2 To which I fixed the bug with: @@ -371,7 +371,7 @@ EOF
if has('g:wakatime_PythonBinary')
let python_bin = g:wakatime_PythonBinary
endif
- if !filereadable(python_bin) && !executable(python_bin)
+ if empty(python_bin)
if executable('python3')
let python_bin = 'python3'
elseif executable('python') |
But this is a trivial case because I don't set Also, a quick look through the repo suggests that wakatime-vim will be using go binary in future release? That would mean removing all related python code. |
Thanks! Just pushed up a fix. |
latest vim-wakatime reported this error in macbook m1
The text was updated successfully, but these errors were encountered: