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

list: support tracked file path as a target #4204

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Jul 14, 2020

Fixes #4202

  • ❗ I have followed the Contributing to DVC checklist.

  • πŸ“– If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.

  • ❌ I will check DeepSource, CodeClimate, and other sanity checks below. (We consider them recommendatory and don't expect everything to be addressed. Please fix things that actually improve code or fix bugs.)

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

@efiop efiop changed the title list: support tracked file path as a target [WIP] list: support tracked file path as a target Jul 14, 2020
@@ -44,6 +44,7 @@ def _is_cached(out):
return outs

def _get_granular_checksum(self, path, out, remote=None):
assert isinstance(path, PathInfo)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Another reason to use type checks πŸ™‚ Soon.

@efiop efiop changed the title [WIP] list: support tracked file path as a target list: support tracked file path as a target Jul 14, 2020
@efiop efiop requested a review from pmrowla July 14, 2020 18:22
@efiop efiop merged commit 66def03 into iterative:master Jul 14, 2020
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.

list: granularity not working [qa]
1 participant