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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
11
11
- The `--cacert` option now supports certificate files encoded in the Distinguished Encoding Rules (DER) binary format. Certificate files with DER encoding must end in a `.cer` or `.der` suffix.
12
+
- The `--python` option now provides additional user guidance when an invalid path is provided.
0 commit comments