Skip to content

Commit

Permalink
Improve message about selector filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 2, 2023
1 parent 6a20fc3 commit a08ae3d
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 a08ae3d

Please sign in to comment.