Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix Windows path encoding for special characters (#3761) This PR fixes an issue where marimo fails to save files on Windows when the file path contains special characters like '&'. Changes: - Updated `_rename_file` in file_manager.py to use pathlib.Path for cross-platform path handling - Added Windows-specific test to verify special character handling Test Results: - All existing tests pass (20 passed) - New Windows-specific test added (skipped on non-Windows platforms) - Manual verification on Windows required for special character handling Fixes #3761 Link to Devin run: https://app.devin.ai/sessions/6509c2c682564aa9910483478a642ed5 Requested by: Myles --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Myles Scolnick <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information