Skip to content
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

Changed Preview application path so that it is no longer static #3896

Merged
merged 1 commit into from Jun 19, 2019

Conversation

radarhere
Copy link
Member

Resolves #3895

In the issue, it is reported that macOS 10.15 moves Preview from /Applications to /System/Applications. We could instruct Pillow to test for the operating system version, and use the relevant path, but I think it would be simpler to just stop using an absolute path.

@hugovk hugovk merged commit 7f86ed1 into python-pillow:master Jun 19, 2019
@radarhere radarhere deleted the preview branch June 19, 2019 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Any unexpected behavior, until confirmed feature. macOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image.show() uses hardcoded path no longer valid in macOS 10.15
2 participants