You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(resolve_exe): typecast exe name to string before passing to _resolve (#2457)
This PR aims to address #2455. The issue is related to an edge case wherein a missing executable that is being passed to resolve_exe is provided as a pathlib.Path object.
0 commit comments