Skip to content

Commit

Permalink
Merge pull request #2966 from regro/beckermr-patch-2
Browse files Browse the repository at this point in the history
feat: print the bad attr we find for debugging purposes
  • Loading branch information
beckermr authored Aug 30, 2024
2 parents e0050cb + 80e2d7f commit 0d49850
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 @@ -367,7 +367,7 @@ def parse_already_pred() -> bool:

bad_attr = _parse_bad_attr(attrs, not_bad_str_start)
if bad_attr:
logger.debug("%s: bad attr" % __name)
logger.debug("%s: bad attr - %s", __name, bad_attr)

return attrs.get("archived", False) or parse_already_pred() or bad_attr

Expand Down

0 comments on commit 0d49850

Please sign in to comment.