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

Fixed download path relativity issue in case of cross os paths with t… #222

Merged
merged 2 commits into from Jul 16, 2018

Conversation

milanchandna
Copy link
Contributor

@milanchandna milanchandna commented Jul 11, 2018

…est case


This checklist is used to make sure that common guidelines for a pull request are followed.

Description of the change

This PR is about issue#215. We were messing up the path of download location while calculating the relative path. This was mostly due to mismatch in OS based path.
When the directory with more than one file was downloaded and lpath was unc based (starting with /) but called from windows os, we messed up in actual download location.
This PR fixes that.

General Guidelines

  • The PR has modified HISTORY.rst with an appropriate description of the change and a version increment.
  • The PR has supporting test coverage that confirm the expected behavior and protects against regressions, including necessary recordings.
  • Links to associated bugs, if any, are in the description.

@coveralls
Copy link

coveralls commented Jul 11, 2018

Coverage Status

Coverage remained the same at 84.892% when pulling 4908edc on DownloadPathWindowsOS into 82f319f on master.

@milanchandna milanchandna merged commit 7ed7082 into master Jul 16, 2018
@akharit akharit deleted the DownloadPathWindowsOS branch September 7, 2018 21:38
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.

None yet

2 participants