Skip to content

Conversation

@JoeZiminski
Copy link
Member

This PR fixes an issue with opening the file manager, I think in Python 3.13. Using as_posix() resulted in leading ///// in the internal representation of Windows paths for show in file manager. This is now changed to us str().

@JoeZiminski JoeZiminski requested a review from Copilot February 2, 2026 23:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a file manager opening issue in Python 3.13 where as_posix() was generating paths with leading forward slashes (/////) on Windows, preventing the file manager from opening correctly.

Changes:

  • Changed path conversion method from as_posix() to str() to ensure proper path formatting for the file manager on Windows

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JoeZiminski JoeZiminski force-pushed the fix_show_in_file_manager branch from a320fac to 9049004 Compare February 6, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant