Addresses review feedback on #5971. _reset_password_command() already shell-quotes the launcher path on POSIX (shlex.quote), so wrapping the result in another pair of single quotes in the error string produced a mangled hint for installs / home dirs containing spaces, e.g. Run ''/tmp/Unsloth Studio/.../unsloth' studio reset-password' in your terminal which a shell mis-parses. Drop the outer quotes and put the command at the end of the message so it is unambiguous and copy-pasteable in every case: Incorrect password. To reset it, run this in your terminal: <cmd> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||