Skip to content

Commit

Permalink
[
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwcook committed Aug 6, 2024
2 parents 271d421 + 562a399 commit af1deb0
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 368 deletions.
2 changes: 2 additions & 0 deletions cachi2/core/package_managers/yarn/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def log_for_locator(msg: str, *args: Any, level: int = logging.DEBUG) -> None:

locator = package.parsed_locator
checksum = package.checksum
name = None
version = None

if isinstance(locator, NpmLocator):
# npm dependencies have reliable names and versions in yarn info output
Expand Down
Loading

0 comments on commit af1deb0

Please sign in to comment.