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
Fix MLFlowLogger.save_dir Windows file URI handling (#20972)
- Replace simple string slicing with urllib.parse.urlparse and url2pathname
- Properly handle Windows absolute file URIs (e.g., file:///C:/path)
- Add comprehensive tests for various file URI formats
- Fix malformed paths like ///C:/path becoming C:/path on Windows
Fixes#20972
0 commit comments