Skip to content

Replace Path.absolute with os.path.abspath #72

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 1 commit into from
Apr 6, 2022

Conversation

Archmonger
Copy link
Contributor

Path.absolute() is undocumented and not tested with all operating systems. Therefore, this PR replaces it with os.path.abspath()

Note: Path.resolve() cannot be used due to it following symlinks on POSIX operating systems.

@Archmonger Archmonger marked this pull request as ready for review April 6, 2022 03:19
@Archmonger Archmonger merged commit 83fcb8d into reactive-python:main Apr 6, 2022
@Archmonger Archmonger deleted the abspath branch April 6, 2022 04:10
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.

2 participants