Support resolving crates.

This commit is contained in:
Jelmer Vernooij 2021-03-03 00:00:35 +00:00
parent 3e63179616
commit 57a6972570
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
4 changed files with 37 additions and 7 deletions

View file

@ -308,7 +308,7 @@ def get_package_for_paths(
if candidates:
break
if len(candidates) == 0:
logging.warning("No packages found that contain %r", paths)
logging.debug("No packages found that contain %r", paths)
return None
if len(candidates) > 1:
logging.warning(