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

Fixes dropbox path issue #369

Merged
merged 1 commit into from
May 29, 2017
Merged

Conversation

kmyi
Copy link
Contributor

@kmyi kmyi commented May 29, 2017

In case of my path, dropbox downloads its files at

/home/usrid/.dropbox-dist/dropbox-lnx.x86_64-26.4.24

which makes the current code fail. A better way for this probably is to split by "/" and then check that the fith elem starts with drobox.
Here's a PR that does that.

In case of my path, dropbox downloads its files at

/home/usrid/.dropbox-dist/dropbox-lnx.x86_64-26.4.24

which makes the current code fail. A better way for this probably is to split by "/" and then check that the fith elem starts with drobox.
Here's a PR that does that.
@bilelmoussaoui bilelmoussaoui merged commit b910f0c into bilelmoussaoui:master May 29, 2017
@bilelmoussaoui
Copy link
Owner

Thanks!!

@bilelmoussaoui
Copy link
Owner

I've pushed a better fix to master btw

@kmyi kmyi deleted the patch-1 branch May 29, 2017 14:21
@kmyi
Copy link
Contributor Author

kmyi commented May 29, 2017

Cool 👍

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