Support resolving crates.
This commit is contained in:
parent
3e63179616
commit
57a6972570
4 changed files with 37 additions and 7 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue