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> |
||
|---|---|---|
| .. | ||
| data_recipe | ||
| .gitkeep | ||
| __init__.py | ||
| auth.py | ||
| chat_history.py | ||
| datasets.py | ||
| export.py | ||
| inference.py | ||
| mcp_servers.py | ||
| models.py | ||
| providers.py | ||
| settings.py | ||
| training.py | ||
| training_history.py | ||