Skip to content

Fix opening to a file with spaces in path on windows / #120 #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 4, 2024

Conversation

SylviaSK
Copy link
Contributor

@SylviaSK SylviaSK commented May 2, 2024

Unsure if this is exactly to style, but it should resolve #120

Simply wrapping the path in quotes did not suffice, there seems to be some weird edge case in .Popen() with args containing quotes

Copy link
Member

@CyanVoxel CyanVoxel left a comment

Choose a reason for hiding this comment

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

Nice catch! This seems to be the issue that keeps coming back... Not sure why exactly it doesn't like the list, but thank you for finding a fix!

@CyanVoxel CyanVoxel merged commit b2d87b0 into TagStudioDev:main May 4, 2024
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.

[Windows Bug] Open file in explorer fails if space is in the filepath
2 participants