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

multi: Fix CleanAndExpandPath implementation #694

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Conversation

lukebp
Copy link
Member

@lukebp lukebp commented Feb 13, 2019

Closes #692.

This commit fixes the implementation of the cleanAndExpandPath function that is used in politeiad and politeiawww. The old implementation was replacing the ~ character with the OS specific data directory. The new implementation was taken from dcrd and replaces the ~ character with the OS specific home directory.

This commit fixes the implementation of the CleanAndExpandPath function
that is used throughout politeiad and politeiawww.  The old
implementation was replacing the '~' character with the OS specific data
directory.  The new implementation was taken from dcrd and replaces the
'~' character with the OS specific home directory.
@lukebp lukebp merged commit bf7d897 into decred:master Feb 14, 2019
@lukebp lukebp mentioned this pull request Feb 14, 2019
@lukebp lukebp deleted the filepath branch March 3, 2019 22:42
vibros68 pushed a commit to vibros68/politeia that referenced this pull request Aug 17, 2021
* Remove paywall info and clear payment polling on log out

* Fix tests
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.

CleanAndExpand function is broken
2 participants