-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
install: remove / from end of path if it exists so as not to mess with .exists() #5730
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
Conversation
The change unfortunately breaks the |
I'll look into it. Thanks for the support. |
GNU testsuite comparison:
|
@cakebaker should be alright now. Let me know what else I have to do before the merge. |
could you please add a test ? thanks |
Done. |
GNU testsuite comparison:
|
Thanks for your PR :) |
#5720 fix.
I figured paths ending in "/" make .exists() not work properly so I added a check as to remove the / if there is one.