Skip to content

Commit

Permalink
Merge pull request #498 from maresb/selector-logs
Browse files Browse the repository at this point in the history
Improve message about selector filtering
  • Loading branch information
maresb authored Sep 8, 2023
2 parents 5cd7ab7 + a08ae3d commit 8a71638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda_lock/src_parser/selectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def filter_platform_selectors(
yield line
else:
logger.warning(
"filtered out line `%s` due to unmatchable selector", line
f"filtered out line `{line}` on platform {platform} due to "
f"non-matching selector `{cond}`"
)
else:
yield line

0 comments on commit 8a71638

Please sign in to comment.