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
Adds a check to determine if the provided path is an file or a
directory. If the path is directory, an RSConnectException is thrown.
In addition:
- The error message for each existing validation is updated to inform
the user that a Python executable is expected.
- Refactors the which_python method, eliminating an unused parameter,
and providing additional None safety.
0 commit comments