Skip to content

Commit

Permalink
Merge pull request #2983 from regro/beckermr-patch-2
Browse files Browse the repository at this point in the history
fix: log message is wrong
  • Loading branch information
beckermr authored Sep 3, 2024
2 parents 801756e + 8a1edcc commit 5a0a1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/migrators/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def filter(self, attrs: "AttrsTypedDict", not_bad_str_start: str = "") -> bool:
name = attrs.get("name", "")

if super().filter(attrs, "Upstream:"):
logger.debug("filter %s: archived or done", name)
logger.debug("filter %s: archived or done or bad attr", name)
return True

if attrs.get("feedstock_name", None) not in self.graph:
Expand Down

0 comments on commit 5a0a1bb

Please sign in to comment.