Skip to content

Conversation

@efiop
Copy link
Contributor

@efiop efiop commented Dec 6, 2019

  • ❗ Have you followed the guidelines in the Contributing to DVC list?

  • 📖 Check this box if this PR does not require documentation updates, or if it does and you have created a separate PR in dvc.org with such updates (or at least opened an issue about it in that repo). Please link below to your PR (or issue) in the dvc.org repo.

  • ❌ Have you checked DeepSource, CodeClimate, and other sanity checks below? We consider their findings recommendatory and don't expect everything to be addressed. Please review them carefully and fix those that actually improve code or fix bugs.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

file_to_infos = (
to_info / file_to_info.relative_to(from_info)
for file_to_info in self.walk_files(from_info)
from_infos = list(self.walk_files(from_info))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There might a significant delay here before we see pbar. May ignore this for now though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Suor Very good point! It has similar reasons to what @shcheklein brought up in his -d s3://path/to/dir research(which is _collect_dir's fault). I'll fix it in #2911 .

@codecov
Copy link

codecov bot commented Dec 6, 2019

Codecov Report

Merging #2909 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2909   +/-   ##
=======================================
  Coverage   91.28%   91.28%           
=======================================
  Files         137      137           
  Lines        8550     8550           
=======================================
  Hits         7805     7805           
  Misses        745      745
Impacted Files Coverage Δ
dvc/remote/base.py 94.59% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b6644a...cf171f7. Read the comment docs.

@efiop efiop merged commit eb200db into master Dec 6, 2019
@delete-merged-branch delete-merged-branch bot deleted the efiop-patch-1 branch December 6, 2019 19:37
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