Skip to content

Commit

Permalink
Adding TODO as requested
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv Govil <[email protected]>
  • Loading branch information
dgovil committed Nov 16, 2023
1 parent 94579ce commit 678cdb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rez/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,8 @@ def _create_phase(status=None):

fail_message = ("package family not found: {}, was required by: {} (searched: {})"
.format(req.name, requested, searched))
# TODO: Test with memcached to see if this can cause any conflicting behaviour
# where a package may show as missing/available inadvertently
if not config.error_on_missing_variant_requires:
print(fail_message, file=sys.stderr)
return _create_phase(SolverStatus.failed)
Expand Down

0 comments on commit 678cdb0

Please sign in to comment.