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

[gitbug] Correctly expand user home directory path #1033

Merged

Conversation

marty-oehme
Copy link
Contributor

Previously in the git-bug service, providing '~' as part of the path to a gitbug remote would not correctly expand to the user's home directory and error out with directory not found.

This commit fixes the behavior to correctly expand the path instead, aligning it with that of the taskrc configuration option and other services' path expansion.

It simply switches out the pathlib.Path class for config.ExpandedPath, which the gmail, gitlab and gerrit services also make use of.

The PR includes a small test of the gitbug path configuration setup to avoid later regressions.
Hope this little PR is formatted well! Let me know if there's any remaining issues to be fixed.

Previously, providing '~' as part of the path to a gitbug remote would
not correctly expand to the user's home directory and error out with
directory not found.

This commit fixes the behavior to correctly expand the path instead,
aligning behavior with that of the taskrc configuration option and other
services' path expansion.
@ryneeverett ryneeverett merged commit bfe238a into GothenburgBitFactory:develop Feb 13, 2024
36 checks passed
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